担保项目 v0.2 前端
Go to file
xuyucheng 465c876911 mode 2022-06-23 17:06:45 +08:00
public first commit 2022-05-27 15:45:31 +08:00
src mode 2022-06-23 17:06:45 +08:00
.gitignore first commit 2022-05-27 15:45:31 +08:00
.gitlab-ci.yml first commit 2022-05-27 15:45:31 +08:00
Dockerfile first commit 2022-05-27 15:45:31 +08:00
README.md first commit 2022-05-27 15:45:31 +08:00
babel.config.js first commit 2022-05-27 15:45:31 +08:00
nginx.conf first commit 2022-05-27 15:45:31 +08:00
package-lock.json update 2022-06-13 16:39:17 +08:00
package.json update 2022-06-13 16:39:17 +08:00
vue.config.js mode 2022-06-15 16:56:43 +08:00

README.md

webapp_tfse

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Project structure

src: api:请求封装 assets:静态资源文件 components:公共组件 router:路由 store:全局状态数据 utils:公共方法 view:页面文件 home:主页 appraisal:评价填报 company:企业主页 report:报告下载 user:登录/注册 userInfo:个人主页 App.vue:主页面文件 main.js:入口文件