fes.js/packages/fes-cli/README.md
2020-09-25 17:59:17 +08:00

22 lines
370 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fes-cli
`fes-cli`是命令行工具,解决创建工程、开发调试、打包发布。
## 安装:
npm install -g @webank/fes-cli
## 使用
### 创建项目
fes init [project]
### 开发调试
fes dev
启动http服务默认监听localhost:5000
### 编译打包
fes build
## 文档
详细使用请查看[文档](https://webankfintech.github.io/fes.js/)