We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09efb17 commit c53685cCopy full SHA for c53685c
README.md
@@ -0,0 +1,38 @@
1
+# send-key-bot
2
+金庸群侠传3D重制版发码机器人,基于[vue](https://github.com/vuejs/vue)、[koa2](https://github.com/koajs/koa)和[mysql](https://www.mysql.com)实现。
3
+
4
+## 开发
5
6
+```bash
7
+#安装依赖
8
+npm install
9
10
+# 启动前端服务
11
+npm run serve
12
13
+# 启动后端服务
14
+npm run start
15
+```
16
17
+## 发布
18
19
20
21
+# 构建前端服务
22
+npm run build
23
24
+# 构建后端服务
25
+npm run prd
26
27
+## 其它
28
29
30
31
+# 数据库创建
32
+mysql -u root -p 密码
33
34
+create database send-key-bot
35
36
37
+## 协议
38
+[金庸群侠传3D重制版社区协议](https://github.com/jynew/jynew/tree/main/COMMUNITY_LICENSE_FOR_JYX2)© qige2016
0 commit comments