1.0.9 • Published 6 years ago

zcf-cli v1.0.9

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

zcf-cli

使用泽元开发框架脚手架创建项目的命令行工具

安装

前提: Node.js (>=8.x) 和 Git.

$ npm install -g zcf-cli

用法

zcf init <template-name> <project-name>

Example:

zcf init zcf-vue-admin my-project

上面的命令将模板从 zcf-templates/zcf-vue-admin拉取下来, 按提示配置后, 生成项目到目录 ./my-project/.

工程模板

当前可用的模板:

  • zcf-vue-admin - 基于 vue + Element UI 适用于后台系统的多页应用工程

  • elrond-childapp-vue - 基于 vue + Element UI 的前端微服务子应用工程

License

MIT