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.
430 B
430 B
资产系统前端项目
这是前端项目所采用的框架:Vue 3 + Vite + Bootstrap
这是DepSystem资产系统的界面代码。
运行环境: node 16+ 版本
安装好后,下载本仓库代码。
接着运行
npm build
打包好后,将其打包好的文件放到Spring boot的static文件夹中。
运行Spring boot项目即可。