0.3.2 • Published 8 years ago

generator-abstack-vuejs v0.3.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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
  • 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
  • Test

    • npm script: npm test
    • unit test with Karma, Mocha, Chai
    • unit test coverage reporter
    • come soon...

Changelog

Visit release notes

Inspired by vuejs-templates/webpack.

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago