WideRating:天府股交应用端 v0.2,前端
Go to file
xuyucheng 06c10654c8 mode 2022-05-16 16:40:30 +08:00
public mode 2022-02-10 17:00:30 +08:00
src mode 2022-05-16 16:40:30 +08:00
.gitignore initial commit 2021-11-30 16:16:22 +08:00
.gitlab-ci.yml Update .gitlab-ci.yml 2022-03-09 06:32:20 +00:00
Dockerfile initial commit 2021-11-30 16:16:22 +08:00
README.md mode 2022-05-16 16:40:30 +08:00
babel.config.js initial commit 2021-11-30 16:16:22 +08:00
nginx.conf first 2021-11-30 16:19:44 +08:00
package-lock.json mode 2022-02-10 17:00:30 +08:00
package.json mode 2022-02-10 17:00:30 +08:00
vue.config.js mode 2022-01-27 13:06:40 +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:入口文件