From bd256268f4f1a4aca842f00b96778f96dae59719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Fri, 14 Jun 2024 19:41:50 +0800 Subject: [PATCH] 1 --- readme.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 3caf470..fee4462 100644 --- a/readme.md +++ b/readme.md @@ -34,13 +34,26 @@ websoft基于Spring、SpringBoot、SpringMVC、SpringSecurity、jjwt、MyBatis ### 开发工具 Idea、webstorm、vscode -### 后台系统工程(JAVA端) +### 前端系统工程(UNIAPP端) +1、下载代码 +``` +git clone https://gitee.com/gxwebsoft/websoft-uniapp.git +``` +2、使用HBuiderX导入项目: + +3、安装依赖: + +``` +npm install luch-request -S +``` + +### 后台前端工程(JAVA端) 1、请确保redis已经安装启动 2、下载代码 ``` -git clone https://gitee.com/gxwebsoft/websoft-uniapp.git +git clone https://gitee.com/gxwebsoft/websoft-java.git ``` 3、使用HBuiderX导入项目: @@ -50,7 +63,6 @@ git clone https://gitee.com/gxwebsoft/websoft-uniapp.git npm install luch-request -S ``` - ### 后台前端工程(VUE端) 1、请确保本地已经安装node,建议node8或者node10