Commit 8993c73b authored by wcmoon's avatar wcmoon

feat: 更新 README

parent 163b6d5d
# 溯源pc录入端 # 个人版用户端
## Project setup ## 分支介绍
```
npm install - master:包含所有的老代码和曾经部署过的各种定制化的环境
``` - sy:当前个人版用户端基于 sy 分支持续更新
### 各端打包命令
### master 各端打包命令
溯源 溯源
build:sy_prod build:sy_prod
...@@ -18,11 +19,26 @@ build:best_prod ...@@ -18,11 +19,26 @@ build:best_prod
hd hd
build:hd_prod build:hd_prod
### sy 打包
详见 package.json
### 部署
测试环境:
http://121.37.141.165:8903/
## nginx 配置 ## nginx 配置
- gzip打开 - gzip打开
- 代理
<br> ```nginx
location /api/ {
# 代理
location /api/ {
proxy_pass 服务端地址; proxy_pass 服务端地址;
} }
```
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