0.3.2 • Published 8 years ago
generator-abstack-vuejs v0.3.2
Generator-abstack-vuejs
A yeoman generator for Vue.js.
Usage
You must install the yeoman first:
npm install -g yo
Then:
# install
npm install -g generator-abstack-vuejs
# generate project
yo abstack-vuejs
Include
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
Changelog
Visit release notes
Inspired by vuejs-templates/webpack.