一、项目地址
前端:https://gitee.com/smallc/Saber
后端:https://gitee.com/smallc/SpringBlade
blade-tool:https://github.com/chillzhuang/blade-tool
二、后端项目的运行
Redis的启动
- cmd进入目录
- 执行命令:
redis-server.exe redis.windows.conf
三、前端项目的运行
-
idea打开项目
-
安装依赖:
cnpm install
-
运行项目:
npm run serve
四、idea打开的vue代码,不高亮显示的解决
https://blog.csdn.net/weixin_41014370/article/details/79541278