initial clean deployment
This commit is contained in:
27
zzyl-ui/README.md
Normal file
27
zzyl-ui/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
## 开发
|
||||
|
||||
```bash
|
||||
# 克隆项目
|
||||
git clone https://gitee.com/y_project/RuoYi-Vue
|
||||
|
||||
# 进入项目目录
|
||||
cd zzyl-ui
|
||||
|
||||
# 安装依赖
|
||||
pnpm install
|
||||
|
||||
# 启动服务
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
浏览器访问 http://localhost:80
|
||||
|
||||
## 发布
|
||||
|
||||
```bash
|
||||
# 构建测试环境
|
||||
pnpm build:stage
|
||||
|
||||
# 构建生产环境
|
||||
pnpm build:prod
|
||||
```
|
||||
Reference in New Issue
Block a user