Files
xiaozhi-esp32-server/main/manager-web/README.md
T

28 lines
494 B
Markdown
Raw Normal View History

2025-04-05 17:16:06 +08:00
本文档是开发类文档,如需部署小智服务端,[点击这里查看部署教程](../../../docs/Deployment.md)
2025-03-06 09:05:21 +08:00
2025-03-05 23:13:24 +08:00
# xiaozhi
## Project setup
开发使用代码编辑器,导入项目时,选择`manager-web`文件夹作为项目目录
```
npm install
```
### Compiles and hot-reloads for development
2025-03-06 09:05:21 +08:00
2025-03-05 23:13:24 +08:00
```
npm run serve
```
### Compiles and minifies for production
2025-03-06 09:05:21 +08:00
2025-03-05 23:13:24 +08:00
```
npm run build
```
### Customize configuration
2025-03-06 09:05:21 +08:00
2025-03-05 23:13:24 +08:00
See [Configuration Reference](https://cli.vuejs.org/config/).