We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2791865 commit ef1fb3dCopy full SHA for ef1fb3d
README.md
@@ -18,6 +18,24 @@ npm install -g generator-abstack-vuejs
18
yo abstack-vuejs
19
```
20
21
+## include
22
+- Development
23
+ - npm script: `npm run dev`
24
+ - webpack-dev-server
25
+ - hot-module-replacement
26
+ - lint code in pre-loader
27
+ - source-map support
28
+
29
+- Production
30
+ - extract css into a single file
31
+ - compress javascript
32
+ - add CSS prefix automatic with autoprefixer
33
+ - rename all static files with their content hash
34
35
+- Test
36
+ - unit test with [Karma](https://karma-runner.github.io), [Mocha](https://mochajs.org/), [Chai](http://chaijs.com/)
37
+ - come soon...
38
39
## Changelog
40
Visit [release notes](https://github.com/PeachScript/generator-abstack-vuejs/releases)
41
0 commit comments