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.
 
 
 
 
 
adiao 38be91786a vue web fix 3 years ago
.vscode vue web fix 3 years ago
assets vue web fix 3 years ago
public vue web fix 3 years ago
src vue web fix 3 years ago
.gitignore vue Web 3 years ago
README.md vue web fix 3 years ago
index.html vue web fix 3 years ago
package-lock.json updateFile: 3 years ago
package.json updateFile: 3 years ago
vite.config.js vue Web 3 years ago

README.md

资产系统前端项目

这是前端项目所采用的框架:Vue 3 + Vite + Bootstrap,这是DepSystem资产系统的界面代码。


前端界面

效果:

效果1

效果2

登录提示效果:

截屏2023-04-05 上午1.37.02


项目目录结构:

app5
|__ .vsconde
|__ node_modules
|__ public
|__ src
    |__ assets
    |__ components
    |__ image
    |__ router
    |__ scss
    |__ utils
    |__ views
    |__ main.js
    |__ style.css
|__ .gitignore
|__ index.html
|__ package-lock.json
|__ package.json
|__ README.md
|__ vite.config.js

安装

运行环境:

node 16+ 版本

安装好后,下载本仓库代码。

git clone http://120.24.203.75:3000/DepSystem/WebVue.git

代码地址

接着运行

npm build

开发运行下面命令

npm run dev

打包好后,将其打包好的文件放到Spring boot的static文件夹中。

运行Spring boot项目即可。