hcg1023 / big-screen-template

vue2.7 大屏项目模板

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

big-screen-template(大屏项目模板)

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.

使用

目录介绍

  • api 存放接口请求,使用service进行请求
  • assets 存放静态文件
  • components 存放全局组件
  • config 存放配置文件
  • constants 存放常量
  • mock 接口mock
  • router 路由信息
  • store 全局状态管理
  • utils
    • service 接口请求封装
    • date 常用时间函数
    • storage 常用本地存储
    • token cookie操作token
  • views 页面视图

About

vue2.7 大屏项目模板


Languages

Language:TypeScript 69.7%Language:JavaScript 17.2%Language:Vue 10.3%Language:HTML 2.8%