Skip to content

abstack/generator-abstack-vuejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.