Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saucxs/chat-robot
chat-robot,一个是使用koa和vue做的简单的机器人,接入的是图灵机器人。目前框架:koa+vue
https://github.com/saucxs/chat-robot
chat koa robot vuejs
Last synced: 7 days ago
JSON representation
chat-robot,一个是使用koa和vue做的简单的机器人,接入的是图灵机器人。目前框架:koa+vue
- Host: GitHub
- URL: https://github.com/saucxs/chat-robot
- Owner: saucxs
- Created: 2019-03-11T07:38:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T08:15:43.000Z (almost 6 years ago)
- Last Synced: 2024-11-29T21:06:51.320Z (2 months ago)
- Topics: chat, koa, robot, vuejs
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-robot
chat-robot一个简单的聊天机器人的入门,目前:
+ 1、使用koa+vue,简单的聊天实现
+ 2、使用thinkjs+jq,简单的聊天实现
+ 3、使用koa+vue,带有注册,邮箱激活,登陆,聊天实现# 栗子1:chat-robot-koa-vue
1、进入到chat-robot-koa-vue文件夹下
在chat-robot-koa根目录下,执行`npm i`,然后执行`npm run start`;在chat-robot-vue根目录下,执行`npm i`,然后执行`npm run dev`;
访问 http://localhost:8080
2、展示
![image](./chat-robot-koa-vue/image/chat-room.png)# 栗子2:chat-robot-thinkjs-jq
已经接入聊天机器人,欢迎访问sau交流学习社区:https://www.mwcxs.top展示:
![iamge](./chat-robot-koa-vue/image/chat-room-2.png)# 栗子3:chat-robot-koa-vue-login
1、进入到chat-robot-koa-vue-login文件下
在chat-robot-koa根目录下,执行`npm i`,然后执行`npm run start`;在chat-robot-vue根目录下,执行`npm i`,然后执行`npm run dev`;
数据库文件:在chat-robot-koa-vue-login的根目录下chat_robot.sql
访问 http://localhost:8080
2、展示
![image](./chat-robot-koa-vue-login/image/login.png)