This commit is contained in:
tk 2024-06-13 20:53:55 +08:00
commit 9f1d50bd63

View File

@ -1,16 +1,16 @@
# food # food
## Project setup ## 项目初始化
``` ```
npm install npm install
``` ```
### Compiles and hot-reloads for development ### 项目开发运行
``` ```
npm run dev npm run dev
``` ```
### Compiles and minifies for production ### 编译生产运行
``` ```
npm run build npm run build
``` ```