generator-vapp
A project template based on Vue Start Kit (ES6+, Vue.js, Vue-Router, Vuex, Webpack, Babel)
Installation
First, install Yeoman and generator-vapp using npm (we assume you have pre-installed node.js).
npm install -g yonpm install -g generator-vapp
- generate your new project:
// Generate the project in the current directoryyo vapp // Create the dirname directory and generate the project under the directoryyo vapp [dirname]
- generate lint files:
// Generate the files in the current directoryyo vapp:lint // generate the files under the directoryyo vapp:lint [dirname]
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © wangxiao