Go to file
2023-04-30 22:20:18 +08:00
.github workflow: update linter.yml 2023-03-28 17:09:57 +08:00
.husky chore: use pnpm shell-emulator instead of cross-env 2022-09-07 21:59:03 +08:00
.vscode chore: update extensions.json 2022-09-13 17:55:46 +08:00
build chore: 升级部分依赖以及将vite升级到最新版,性能再次提升 2023-04-20 22:45:22 +08:00
locales refactor: 完全移除内置 vxe-table 支持 2022-12-05 13:41:58 +08:00
mock perf: 优化导航样式以及菜单折叠动画 (#408) 2023-02-08 16:09:07 +08:00
public perf: 优化logo图和文字布局以及统一配置 2023-02-13 14:30:34 +08:00
src fix: 修复关闭左侧、右侧、其他、全部标签页操作时缓存页面并没有销毁问题 2023-04-30 22:20:18 +08:00
types feat: 优化菜单名称右侧的额外图标,使其支持更多图标渲染模式 2023-02-09 20:04:57 +08:00
.editorconfig chore: add eslint config 2021-07-06 01:12:20 +08:00
.env perf: 优化环境变量注释 2022-11-17 15:44:11 +08:00
.env.development perf: 优化环境变量注释 2022-11-17 15:44:11 +08:00
.env.production chore: 删除 @vitejs/plugin-legacyvue3 无法通过任何工具使其支持ie 2022-11-17 22:11:13 +08:00
.env.staging chore: 删除 @vitejs/plugin-legacyvue3 无法通过任何工具使其支持ie 2022-11-17 22:11:13 +08:00
.eslintignore chore: update dependencies 2022-11-11 03:36:18 +08:00
.eslintrc.js feat: use unplugin-vue-define-options add setup name 2022-05-21 12:29:54 +08:00
.gitignore types: 添加完整路由配置表类型声明 2022-08-19 15:03:52 +08:00
.gitpod.yml chore: update 2022-08-15 11:59:27 +08:00
.markdownlint.json docs: update README.md 2021-10-24 14:02:24 +08:00
.npmrc chore: use pnpm shell-emulator instead of cross-env 2022-09-07 21:59:03 +08:00
.prettierrc.js chore: update eslint@8.8.0 2022-02-07 15:59:04 +08:00
.stylelintignore workflow: add stylelint 2021-09-04 12:37:23 +08:00
CHANGELOG.en_US.md chore: update link 2023-02-08 18:07:05 +08:00
CHANGELOG.md chore: update link 2023-02-08 18:07:05 +08:00
CHANGELOG.zh_CN.md chore: update link 2023-02-08 18:07:05 +08:00
commitlint.config.js chore: all packages update latest version 2021-09-09 10:51:29 +08:00
index.html chore: 优化样式 2022-09-11 19:46:53 +08:00
LICENSE chore: update LICENSE 2023-02-28 23:58:35 +08:00
package.json fix: 修复关闭左侧、右侧、其他、全部标签页操作时缓存页面并没有销毁问题 2023-04-30 22:20:18 +08:00
pnpm-lock.yaml fix: 修复关闭左侧、右侧、其他、全部标签页操作时缓存页面并没有销毁问题 2023-04-30 22:20:18 +08:00
postcss.config.js feat: 添加cssnano,打包时压缩css体积 2022-09-08 17:23:48 +08:00
README.en-US.md chore: update link 2023-02-08 18:07:05 +08:00
README.md chore: update link 2023-02-08 18:07:05 +08:00
stylelint.config.js chore: update eslint@8.8.0 2022-02-07 15:59:04 +08:00
tailwind.config.js refactor: use tailwindcss replace unocss (#342) 2022-09-07 15:07:01 +08:00
tsconfig.json chore: remove "incremental": true from tsconfig.json 2023-04-23 10:40:40 +08:00
vite.config.ts perf: 将本地图标全部按需引入,首屏加载减少 61 个图标资源,首屏加载再次变快 (#389) 2022-11-30 12:39:12 +08:00

vue-pure-admin

GitHub license GitHub stars GitHub forks

English | 中文

Introduction

vue-pure-admin is an open source free and out-of-the-box middle and background management system template. Developed using the latest mainstream technologies such as Vue3, Vite, Element-Plus, TypeScript, Pinia, Tailwindcss

Thin version (offering non-internationalized and internationalized versions)

The simplified version is based on the shelf extracted from vue-pure-admin, which contains main functions and is more suitable for actual project development. The packaged size is introduced globally element-plus is still below 2.3MB, and the full version of the code will be permanently synchronized. After enabling brotli compression and cdn to replace the local library mode, the package size is less than 350kb

Supporting Video

Docs (support PWA fast, offline access)

Tauri

Electron

Preview

PureAdmin Logo

  • DarkMode

PureAdmin Logo

  • Mobile

PureAdmin Logo

Use Gitpod

Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.

Open in Gitpod

Install and use

  • Get the project code
git clone https://github.com/pure-admin/vue-pure-admin.git
or
git clone https://gitee.com/yiming_chang/vue-pure-admin.git
  • Installation dependencies
cd vue-pure-admin

pnpm install

  • run
pnpm serve
  • build
pnpm build

Change Log

CHANGELOG

How to contribute

You are very welcome to joinRaise an issue Or submit a Pull Request

Pull Request:

  1. Fork code!
  2. Create your own branch: git checkout -b feat/xxxx
  3. Submit your changes: git commit -am 'feat(function): add xxxxx'
  4. Push your branch: git push origin feat/xxxx
  5. submitpull request

Git Contribution submission specification

  • reference vue specification (Angular)

    • feat Add new features
    • fix Fix the problem/BUG
    • style The code style is related and does not affect the running result
    • perf Optimization/performance improvement
    • refactor Refactor
    • revert Undo edit
    • test Test related
    • docs Documentation/notes
    • chore Dependency update/scaffolding configuration modification etc.
    • workflow Workflow improvements
    • ci Continuous integration
    • types Type definition file changes
    • wip In development

Browser support

The Chrome 80+ browser is recommended for local development

Support modern browsers, not 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

Maintainer

xiaoxian521Ten-K

Donate

If you think this project is helpful to you, you can help the author buy a glass of juice 🍹 Show your support

License

In principle, no fees and copyrights are charged, and you can use it with confidence, but if you need secondary open source, please contact the author for permission!

MIT © xiaoxian521-2023

Backers

Thank you very much for your support, I believe the project will get better and better ❤️

xueyuheng taolei1990 hang-kim madwolfcrazy limuen BenLakes
mollerzhu TLovers cnyyk

Contributors

Thanks to all the people who contribute ❤️

Star

Many thanks to the kind individuals who leave a star. Your support is much appreciated ❤️

Stargazers for vue-pure-admin

Fork

It's so cool that you study hard ❤️

Forkers repo roster for vue-pure-admin