新增:md说明文档

This commit is contained in:
2024-06-14 19:41:17 +08:00
parent b93195f370
commit fd74827c07

View File

@@ -34,13 +34,26 @@ websoft基于Spring、SpringBoot、SpringMVC、SpringSecurity、jjwt、MyBatis
### 开发工具 ### 开发工具
Idea、webstorm、vscode 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已经安装启动 1、请确保redis已经安装启动
2、下载代码 2、下载代码
``` ```
git clone https://gitee.com/gxwebsoft/websoft-uniapp.git git clone https://gitee.com/gxwebsoft/websoft-java.git
``` ```
3、使用HBuiderX导入项目 3、使用HBuiderX导入项目
@@ -50,7 +63,6 @@ git clone https://gitee.com/gxwebsoft/websoft-uniapp.git
npm install luch-request -S npm install luch-request -S
``` ```
### 后台前端工程VUE端 ### 后台前端工程VUE端
1、请确保本地已经安装node,建议node8或者node10 1、请确保本地已经安装node,建议node8或者node10