Skip to content

wiiai/vue-material-admin

 
 

Repository files navigation

Vue Material Admin

version license stars

English | 简体中文

vue-material-admin 是一个基于 Vuetify 免费开源的中后台模版。使用了Vue3ViteTypeScript等技术栈,在 material 设计规范和 Vuetify 基础组件的基础上,继续向上构建开发,可以用来作为项目的启动模版,也可用于学习参考,项目持续保持更新,如有改进及优化建议,直接提issues

dev 分支为正在开发代码,v2 分支为旧版本,切换到旧版本需要重新 install 一下安装 webpack 相关依赖 v1Vuetify1.x 的老版本的备份

功能支持

PWA i18n 响应式 暗黑主题

浏览器支持

本地开发推荐使用 Chrome 80+ 浏览器,支持现代浏览器, 不支持 IE

 Edge
IE
 Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
not support last 2 versions last 2 versions last 2 versions last 2 versions

本地开发

⚠️ 注意:本地开发需要 nodejs 14.18+以上版本

# 克隆项目
git clone https://github.com/Groundhog-Chen/vue-material-admin.git

# 打开文件目录
cd vue-material-admin

# 安装依赖
npm install

# 本地运行
npm run dev

预览地址

目录结构

┌  public
├─ tests
├─ src
│ ├─ assets
│ ├─ components
│ ├─ layout
│ ├─ plugins
│ ├─ router
│ ├─ store
│ ├─ styles
│ ├─ views
│ ├─ app.vue
│ └─ main.ts
└─ typings
├─ .editorconfig
├─ .env.development
├─ .env.production
├─ .eslintrc.cjs
├─ .gitignore
├─ .prettierrc.json
├─ env.d.ts
├─ index.html
├─ package.json
├─ README.md
├─ tsconfig.config.json
├─ tsconfig.json
└─ vite.config.ts

页面截图

许可证

MIT MIT License

Copyright (c) 2021-present ChenHuaJie

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

基于 Vue3 Vuetify 免费开源的中后台模版

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 83.0%
  • TypeScript 6.0%
  • SCSS 5.6%
  • JavaScript 5.0%
  • HTML 0.4%