1.0.1 • Published 7 years ago

vuelab-generator v1.0.1

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

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 start
  • vuelab 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.