1.0.1 • Published 8 years ago
vuelab-generator v1.0.1
vuelab-generator
Command line utility for generating and managing vuelab projects
Installation
npm install -g vuelab-generator
Usage
vuelab init {{PROJECT_DIRECTORY}}cd {{PROJECT_DIRECTORY}}npm startvuelab create route {{URL}}vuelab create component {{COMPONENT_NAME}} {{COMPONENT_PATH}}
View the file README.md in the generated directory for more information.
Description
The vuelab init command creates a new project based on a VueJS starter kit.
The vuelab create command creates files that define routes and components for your VueJS site.