1.0.1 • Published 4 years ago

zt-vue-cli v1.0.1

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

zt-vue-cli

A simple cli for frontend projects.

Installation

$ nenpm install -g zt-vue-cli

Usage

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

Example:

$ mm init vue-template 项目名

The above command pulls the template from mammut-vue-template, prompts for some information, and generates the project at ./easy-tag/.

Templates

You can run mm list to see all available templates.

Current available templates include:

  • vue-template - A vue template for mammut product based on vue cli 3 and ant-design-vue.

  • webserver-template - A webserver template based on egg. $ mm init webserver-template webserve服务名称