Skip to content

Commit ef1fb3d

Browse files
committed
Update README.md
1 parent 2791865 commit ef1fb3d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ npm install -g generator-abstack-vuejs
1818
yo abstack-vuejs
1919
```
2020

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+
2139
## Changelog
2240
Visit [release notes](https://github.com/PeachScript/generator-abstack-vuejs/releases)
2341

0 commit comments

Comments
 (0)