Skip to content

A simple vue.js + gulp + webpack generator based on es6

License

Notifications You must be signed in to change notification settings

madwiki/generator-es6-vue

 
 

Repository files navigation

A simple vue.js + gulp + webpack generator based on es6

Getting Started

This generator default use babel transforms to all your JavaScript, so you don't need to write lang attribute for script tag in vue file

More infomation please refer to vue-loader

Install && Usage

$ npm install -g generator-es6-vue
$ mkdir myproject && cd myproject
$ yo es6-vue

Command

# watch
npm start

# build
npm run build

License

MIT

About

A simple vue.js + gulp + webpack generator based on es6

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.2%
  • HTML 5.0%
  • Vue 4.3%
  • CSS 0.5%