Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abeet/zcf-cli
使用泽元开发框架脚手架创建项目的命令行工具
https://github.com/abeet/zcf-cli
Last synced: 22 days ago
JSON representation
使用泽元开发框架脚手架创建项目的命令行工具
- Host: GitHub
- URL: https://github.com/abeet/zcf-cli
- Owner: abeet
- License: mit
- Created: 2017-11-28T01:40:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T07:09:07.000Z (over 6 years ago)
- Last Synced: 2024-10-30T00:27:12.331Z (2 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zcf-cli
使用泽元开发框架脚手架创建项目的命令行工具
### 安装
前提: [Node.js](https://nodejs.org/en/) (>=8.x) 和 [Git](https://git-scm.com/).
``` bash
$ npm install -g zcf-cli
```### 用法
``` bash
zcf init
```Example:
``` bash
zcf init zcf-vue-admin my-project
```上面的命令将模板从 [zcf-templates/zcf-vue-admin](https://github.com/abeet/zcf-vue-admin)拉取下来, 按提示配置后, 生成项目到目录 `./my-project/`.
### 工程模板
当前可用的模板:
- [zcf-vue-admin](https://github.com/abeet/zcf-vue-admin) - 基于 vue + Element UI 适用于后台系统的多页应用工程
- [elrond-childapp-vue](https://github.com/abeet/elrond-childapp-vue) - 基于 vue + Element UI 的前端微服务子应用工程
### License
[MIT](http://opensource.org/licenses/MIT)