0.0.2 • Published 6 years ago

vue-c-generator v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Vue component CLI generator

A simple component generator for vuejs, most specific for the webpack template, because, when it executes, it checks for the existence of the src/components folder (of course, you can create this folder to get it working).

Usage

To install it globally just type

npm install -g vue-c-generator

Then you can use it with the following command

vuec component <name>

name: component name to be created

License

MIT