0.1.13 • Published 7 years ago

generator-vapp v0.1.13

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

generator-vapp NPM version Build Status Dependency Status

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 yo
npm install -g generator-vapp
  • generate your new project:
// Generate the project in the current directory
yo vapp

// Create the dirname directory and generate the project under the directory
yo vapp [dirname]
  • generate lint files:
// Generate the files in the current directory
yo vapp:lint

// generate the files under the directory
yo 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

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago