diff --git a/README.md b/README.md index 494f9ba..bb4302b 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,18 @@ cd "美国版/Food Labeling Management App UniApp" npm install npm run dev:h5 # H5 npm run dev:mp-weixin # 微信小程序 + +后端 + dotnet watch run +打包 + dotnet build ``` ### 构建 ```bash npm run build + ``` ## 设计来源