food/README.md
2024-06-13 18:14:18 +08:00

25 lines
276 B
Markdown

# food
## 项目初始化
```
npm install
```
### 项目开发运行
```
npm run dev
```
### 编译生产运行
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).