You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
401 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 版本(分支)说明
* master 发布主分支,脚手架安装和维护版本
* pre_dev 发布前开发分支
* v1.0 版本1.0(固化),马钢模式
```
v1.0在2022-05-12保存后续启用v2.0
```
## 框架安装
### 安装脚手架
```
npm install ibk-cli -g
```
### 创建项目
```
ibk-cli create [project name]
```
### 更新框架
```
ibk-cli update
```
---
## 框架配置