Commit 67a3b1ac87493571f54fbf26f1896aba9153f8df
Merge branch 'main' of http://39.98.150.180/wangming/Food-Labeling-Management-Platform
Showing
2 changed files
with
8 additions
and
2 deletions
README.md
| @@ -78,12 +78,18 @@ cd "美国版/Food Labeling Management App UniApp" | @@ -78,12 +78,18 @@ cd "美国版/Food Labeling Management App UniApp" | ||
| 78 | npm install | 78 | npm install |
| 79 | npm run dev:h5 # H5 | 79 | npm run dev:h5 # H5 |
| 80 | npm run dev:mp-weixin # 微信小程序 | 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 | ```bash | 90 | ```bash |
| 86 | npm run build | 91 | npm run build |
| 92 | + | ||
| 87 | ``` | 93 | ``` |
| 88 | 94 | ||
| 89 | ## 设计来源 | 95 | ## 设计来源 |
美国版/Food Labeling Management App UniApp/package-lock.json
| 1 | { | 1 | { |
| 2 | - "name": "uni-preset-vue", | 2 | + "name": "food-labeling-management-app-uniapp", |
| 3 | "version": "0.0.0", | 3 | "version": "0.0.0", |
| 4 | "lockfileVersion": 3, | 4 | "lockfileVersion": 3, |
| 5 | "requires": true, | 5 | "requires": true, |
| 6 | "packages": { | 6 | "packages": { |
| 7 | "": { | 7 | "": { |
| 8 | - "name": "uni-preset-vue", | 8 | + "name": "food-labeling-management-app-uniapp", |
| 9 | "version": "0.0.0", | 9 | "version": "0.0.0", |
| 10 | "dependencies": { | 10 | "dependencies": { |
| 11 | "@dcloudio/uni-app": "3.0.0-4080420251103001", | 11 | "@dcloudio/uni-app": "3.0.0-4080420251103001", |