目前已支持的消息格式
text
image
buttons
其余类型待补充。
npm install
npm run start
直接下载打包后的文件。
在这里:
https://github.com/Dustyposa/rasa_bot_front_dist
- 用
webpack
打包, 配置externals
避免使用重复的js
{ "externals" : { "react": "React", "react-dom": "ReactDOM", "@chatui/core": "ChatUI" } }