mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 16:43:55 +08:00
25 lines
479 B
Markdown
25 lines
479 B
Markdown
# xiaozhi
|
|||
|
|
|
||
|
|
## Project setup
|
||
|
|
|
||
|
|
开发使用代码编辑器,导入项目时,选择`manager-web`文件夹作为项目目录
|
||
|
|
|
||
|
|
参照[manager前后端接口协议](https://app.apifox.com/invite/project?token=H_8qhgfjUeaAL0wybghgU)开发
|
||
|
|
|
||
|
|
```
|
||
|
|
npm install
|
||
|
|
```
|
||
|
|
|
||
|
|
### Compiles and hot-reloads for development
|
||
|
|
```
|
||
|
|
npm run serve
|
||
|
|
```
|
||
|
|
|
||
|
|
### Compiles and minifies for production
|
||
|
|
```
|
||
|
|
npm run build
|
||
|
|
```
|
||
|
|
|
||
|
|
### Customize configuration
|
||
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|