Spring boot + Spring Security 6 + vue3 项目模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
430 B

3 years ago
# 资产系统前端项目
3 years ago
3 years ago
这是前端项目所采用的框架:Vue 3 + Vite + Bootstrap
3 years ago
3 years ago
这是DepSystem资产系统的界面代码。
3 years ago
3 years ago
运行环境:
node 16+ 版本
3 years ago
安装好后,下载本仓库代码。
3 years ago
[代码地址](http://120.24.203.75:3000/DepSystem/WebVue.git)
3 years ago
接着运行
```bash
npm build
```
打包好后,将其打包好的文件放到Spring boot的static文件夹中。
运行Spring boot项目即可。