1.0.4 • Published 7 years ago

ease-cli v1.0.4

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

ease-cli

A simple CLI for scaffolding web front-end projects. Most of modules copy from vue-cli, so it keep the same api with vue-cli. It will be helpful to generate a new front-end project from ease-templates without any redundant work. Also you can generate a vue project from vuejs-templates.

npm version MIT Licensed

Usage

Generate a new project from template

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

List available official templates

$ ease list

Start a static server for an existing project

$ ease serve [project-name]