chatbot-web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
652 B

# chatbot (chatbot-web)
chatbot web
## 效果展示
### PC端效果展示
![](https://raw.githubusercontent.com/DaiShuaishuai/pic/main/picgo/pc1.jpg)
![](https://raw.githubusercontent.com/DaiShuaishuai/pic/main/picgo/pc2.jpg)
### 移动端效果展示
![](https://raw.githubusercontent.com/DaiShuaishuai/pic/main/picgo/yd1.jpg)
![](https://raw.githubusercontent.com/DaiShuaishuai/pic/main/picgo/yd2.jpg)
## 下载依赖
```bash
yarn
# or
npm install
```
### 启动项目
```bash
quasar dev
```
### 打包
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.conf.js](https://v1.quasar.dev/quasar-cli/quasar-conf-js).