Commit 6844097dcd2281e3b7bfa3c468e13e5bfb4049d6
1 parent
862b8119
1
Showing
1 changed file
with
6 additions
and
0 deletions
README.md
| ... | ... | @@ -78,12 +78,18 @@ cd "美国版/Food Labeling Management App UniApp" |
| 78 | 78 | npm install |
| 79 | 79 | npm run dev:h5 # H5 |
| 80 | 80 | npm run dev:mp-weixin # 微信小程序 |
| 81 | + | |
| 82 | +后端 | |
| 83 | + dotnet watch run | |
| 84 | +打包 | |
| 85 | + dotnet build | |
| 81 | 86 | ``` |
| 82 | 87 | |
| 83 | 88 | ### 构建 |
| 84 | 89 | |
| 85 | 90 | ```bash |
| 86 | 91 | npm run build |
| 92 | + | |
| 87 | 93 | ``` |
| 88 | 94 | |
| 89 | 95 | ## 设计来源 | ... | ... |