Skip to content

基于vuetify搭建开箱即用pc端模板项目,集成项目开发常用功能,可以快速拉起项目开发

Notifications You must be signed in to change notification settings

parajs/vuetify-template

Repository files navigation

vuetify-template

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Compiles and minifies for staging

yarn staging

Dependency Analysis Report

yarn report

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Material Design Icons

https://cdn.materialdesignicons.com/5.0.45/

Project Structure

├── mock                       # 项目mock 模拟数据
├── public                     # 静态资源
│   │── favicon.ico            # favicon图标
│   └── index.html             # html模板
├── src                        # 源代码
│   ├── api                    # 所有请求
│   ├── assets                 # 主题 字体等静态资源
│   ├── components             # 全局公用组件
│   ├── directive              # 全局指令
│   ├── filters                # 全局 filter
│   ├── icons                  # 项目所有 svg icons
│   ├── lang                   # 国际化 language
│   ├── layout                 # 全局 layout
│   ├── router                 # 路由
│   ├── store                  # 全局 store管理
│   ├── styles                 # 全局样式
│   ├── utils                  # 全局公用方法
│   ├── views                  # views 所有页面
│   ├── App.vue                # 入口页面
│   ├── main.js                # 入口文件 加载组件 初始化等
│   └── permission.js          # 权限管理
├── tests                      # 测试
├── .env.xxx                   # 环境变量配置
├── .eslintrc.js               # eslint 配置项
├── .browserslistrc            # browserslist 配置项
├── .babel.config.js           # babel-loader 配置
├── .travis.yml                # 自动化CI配置
├── vue.config.js              # vue-cli 配置
├── jest.config.js             # jest 配置
├── .vscode                    # vscode 配置
└── package.json               # package.json

About

基于vuetify搭建开箱即用pc端模板项目,集成项目开发常用功能,可以快速拉起项目开发

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published