WideRating 22.1:未完成的WideRating测试版本
Go to file
xuyucheng f279123baf mode 2022-07-15 14:45:09 +08:00
public init 2022-06-27 17:10:33 +08:00
src mode 2022-07-15 14:45:09 +08:00
.gitignore init 2022-06-27 17:10:33 +08:00
.gitlab-ci.yml init 2022-06-27 17:10:33 +08:00
Dockerfile init 2022-06-27 17:10:33 +08:00
README.md init 2022-06-27 17:10:33 +08:00
babel.config.js init 2022-06-27 17:10:33 +08:00
nginx.conf init 2022-06-27 17:10:33 +08:00
package-lock.json init 2022-06-27 17:10:33 +08:00
package.json init 2022-06-27 17:10:33 +08:00
vue.config.js mode 2022-07-15 09:41:41 +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:入口文件