You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
-`npm run dev`: first-in-class development experience.
27
-
- Webpack + `vue-loader` for single file Vue components.
27
+
- Webpack + `vue-loader`+ `ts-loader`for single file Vue components.
28
28
- State preserving hot-reload
29
29
- State preserving compilation error overlay
30
30
- Source maps
@@ -36,20 +36,14 @@ $ npm run dev
36
36
- All static assets compiled with version hashes for efficient long-term caching, and a production `index.html` is auto-generated with proper URLs to these generated assets.
37
37
38
38
-`npm run unit`: Unit tests run in PhantomJS with [Karma](http://karma-runner.github.io/0.13/index.html) + [Mocha](http://mochajs.org/) + [karma-webpack](https://github.com/webpack/karma-webpack).
39
-
- Supports ES2015 in test files.
39
+
- Supports typescript in test files.
40
40
- Supports all webpack loaders.
41
41
- Easy mock injection.
42
+
- Coverage
43
+
- TODO: `.vue` file coverage exporting
42
44
43
45
-`npm run e2e`: End-to-end tests with [Nightwatch](http://nightwatchjs.org/).
44
46
- Run tests in multiple browsers in parallel.
45
47
- Works with one command out of the box:
46
48
- Selenium and chromedriver dependencies automatically handled.
47
49
- Automatically spawns the Selenium server.
48
-
49
-
### Fork It And Make Your Own
50
-
51
-
You can fork this repo to create your own boilerplate, and use it with `vue-cli`:
0 commit comments