1.0.4 • Published 7 years ago

kkt-cli v1.0.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

kkt-cli npm package

A simple CLI for scaffolding Vue.js projects.

Installation

Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.

$ npm install -g kkt-cli

Usage

$ kkt init <template-name> <project-name>

Example:

$ kkt init default my-project
$ kkt init spa my-project