English | 简体中文
vue-material-admin 是一个基于 Vuetify
免费开源的中后台模版。使用了Vue3
,Vite
,TypeScript
等技术栈,在 material
设计规范和 Vuetify
基础组件的基础上,继续向上构建开发,可以用来作为项目的启动模版,也可用于学习参考,项目持续保持更新,如有改进及优化建议,直接提issues
dev
分支为正在开发代码,v2
分支为旧版本,切换到旧版本需要重新install
一下安装webpack
相关依赖v1
是Vuetify1.x
的老版本的备份
PWA | i18n | 响应式 | 暗黑主题 |
---|---|---|---|
✅ | ❌ | ✅ | ✅ |
本地开发推荐使用 Chrome 80+
浏览器,支持现代浏览器, 不支持 IE
![]() IE |
![]() Edge |
![]() Firefox |
![]() Chrome |
![]() 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.