Completion-template/README.md

16 lines
145 B
Markdown
Raw Normal View History

2024-03-19 00:54:18 +08:00
## 项目下载和运行
- 安装依赖
```
yarn install
```
- 开发模式运行
```
yarn run serve
```
- 编译项目
```
yarn run build
2024-03-20 17:34:31 +08:00
```