Commit 0b752f92 authored by ammeto's avatar ammeto

README.md

parent 36355c12
# 轻校管理PC后台的项目
> 启动项目
```bash
yarn
npm run lib
npm run start
```
> 发布项目
- 项目打包 & dist 目录上传oss
```bash
npm run pro-build
```
- 提交打包后的 index.html 文件到 master
```bash
git add .
git commit -m "update"
git push
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment