feat: 修改代码结构
This commit is contained in:
parent
affd132923
commit
9cde4cb0a1
@ -12,7 +12,7 @@ unset APP_NAME # 显式销毁变量
|
||||
|
||||
### 构建开发环境
|
||||
|
||||
1. 执行 ./scripts/publish-dev.sh 构建产物在 out-dev文件夹
|
||||
1. 执行 `./scripts/publish-dev.sh` 构建产物在 out-dev文件夹
|
||||
2. 上传out/zip.gz到服务器
|
||||
3. tar -xzvf ppanel-user-web-dev.tar.gz 解压
|
||||
4. tar -xzvf ppanel-user-web-dev.tar.gz
|
||||
@ -30,7 +30,7 @@ pm2 start ppanel-admin-web-dev
|
||||
|
||||
### 构建生产环境
|
||||
|
||||
1. 执行 ./scripts/publish.sh 构建产物在 out文件夹
|
||||
1. 执行 `./scripts/publish.sh` 构建产物在 out文件夹
|
||||
2. 上传out/zip.gz到服务器
|
||||
3. tar -xzvf ppanel-user-web.tar.gz 解压
|
||||
4. tar -xzvf ppanel-admin-web.tar.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user