# rasa_bot_front **Repository Path**: btpig/rasa_bot_front ## Basic Information - **Project Name**: rasa_bot_front - **Description**: 基于 rasa 的机器人的前端项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-27 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于 Rasa 的前端项目 目前已支持的消息格式 - `text` - `image` - `buttons` 其余类型待补充。 ### 运行项目 ```bash npm install npm run start ``` #### 不想安装npm 直接下载打包后的文件。 在这里: [https://github.com/Dustyposa/rasa_bot_front_dist](https://github.com/Dustyposa/rasa_bot_front_dist) #### 界面展示 [![grY7ZD.png](https://z3.ax1x.com/2021/05/14/grY7ZD.png)](https://imgtu.com/i/grY7ZD) #### 待优化 - 用 `webpack` 打包, 配置 `externals` 避免使用重复的 `js` > ```json > { > "externals" : { > "react": "React", > "react-dom": "ReactDOM", > "@chatui/core": "ChatUI" > } > } > ```