Skip to content

WillisYe/war3_info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

魔兽争霸

项目简介

魔兽争霸相关资料

项目截图







技术栈

  • 前端:uniapp

  • 后端:Node,Express框架,crawler

  • 数据库:Mysql

项目构建

前端

基于uniapp开发,前端代码在front/文件夹中

后端

  • 使用Nodeexpress框架,连接Mysql数据库,做数据接口开发,数据的增删改查与简单封装。

项目运行

# 克隆项目
git clone https://github.com/WillisYe/fe.git

# 分别进入front/,server/文件夹分别下载依赖
cd front/server/node

npm install

# 导入mysql数据库表

# front下前端项目 打开端口localhost:8080
npm run serve

# serve下运行后端项目(必须先导入数据库表)
DEBUG=myapp:* npm start

# 前端项目打包
npm run build

作者 dary

2019 年 8月 6日