generator-vapp

0.1.13 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i generator-vapp

Weekly Downloads

1

Version

0.1.13

License

MIT

Last publish

Collaborators

  • wanngxiao