25 lines
276 B
Markdown
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/).
|