Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 569 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 569 Bytes

finacial

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.

各个文件夹的作用

  • dist -api:接口(后端、Mock模拟后端)
  • assets:静态文件
  • router:路由
  • store:vue store
  • utils:请求
  • views:页面视图
  • App.vue: 视图渲染在
  • main.js: vue全局配置