一、項目地址
前端: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