后台UI
Go to file
2024-07-24 21:42:02 +08:00
public
src Merge branch 'master' of http://111.229.174.37:3000/Food/food 2024-07-24 21:42:02 +08:00
.browserslistrc
.editorconfig
.eslintrc.js
.gitignore
babel.config.js
package-lock.json
package.json 【类 型】:fix 版本号 不能加 v 会报错 2024-07-21 03:17:41 +08:00
README.md

food

项目初始化

npm install

项目开发运行

npm run dev

编译生产运行

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.