Skip to content

Commit c53685c

Browse files
authored
Create README.md
1 parent 09efb17 commit c53685c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
20+
21+
# 构建前端服务
22+
npm run build
23+
24+
# 构建后端服务
25+
npm run prd
26+
```
27+
## 其它
28+
29+
```bash
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

Comments
 (0)