A yeoman generator for Vue.js.
You must install the yeoman first:
npm install -g yo
Then:
# install
npm install -g generator-abstack-vuejs
# generate project
yo abstack-vuejs
-
Development
- npm script:
npm run dev
- webpack-dev-server
- hot-module-replacement
- lint code in pre-loader
- source-map support
- npm script:
-
Production
- npm script:
npm run build
- extract css into a single file
- compress javascript
- add CSS prefix automatic with autoprefixer
- rename all static files with their content hash
- npm script:
-
Test
Visit release notes
Inspired by vuejs-templates/webpack.