food/README.md

25 lines
276 B
Markdown
Raw Normal View History

2023-11-09 15:20:28 +08:00
# food
2024-06-13 18:12:28 +08:00
## 项目初始化
2023-11-09 15:20:28 +08:00
```
npm install
```
2024-06-13 18:14:18 +08:00
### 项目开发运行
2023-11-09 15:20:28 +08:00
```
npm run dev
2023-11-09 15:20:28 +08:00
```
2024-06-13 18:14:18 +08:00
### 编译生产运行
2023-11-09 15:20:28 +08:00
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).