Go to file
2022-11-23 15:17:26 +08:00
.github workflow: update 2022-10-25 13:33:31 +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: 删除 @vitejs/plugin-legacyvue3 无法通过任何工具使其支持ie 2022-11-17 22:11:13 +08:00
locales feat: 新增 @pureadmin/table 行、列拖拽示例 2022-11-23 12:03:17 +08:00
mock feat: add ample demos to @pureadmin/table (#379) 2022-11-21 11:42:33 +08:00
public release: update 3.7.1 2022-11-22 01:00:04 +08:00
src feat: 新增 @pureadmin/table 右键菜单示例 2022-11-23 15:17:26 +08:00
types feat: add ample demos to @pureadmin/table (#379) 2022-11-21 11:42:33 +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 release: update 3.7.1 2022-11-22 01:00:04 +08:00
CHANGELOG.md release: update 3.7.1 2022-11-22 01:00:04 +08:00
CHANGELOG.zh_CN.md release: update 3.7.1 2022-11-22 01:00:04 +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 release: update 2.9.0 2022-02-05 17:34:01 +08:00
package.json feat: 新增 @pureadmin/table 右键菜单示例 2022-11-23 15:17:26 +08:00
pnpm-lock.yaml feat: 新增 @pureadmin/table 右键菜单示例 2022-11-23 15:17:26 +08:00
postcss.config.js feat: 添加cssnano,打包时压缩css体积 2022-09-08 17:23:48 +08:00
README.en-US.md docs: update 2022-11-22 11:52:10 +08:00
README.md docs: update 2022-11-22 11:52:10 +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: update dependencies 2022-11-11 03:36:18 +08:00
vite.config.ts chore: 删除 @vitejs/plugin-legacyvue3 无法通过任何工具使其支持ie 2022-11-17 22:11:13 +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

Supporting Video

Docs (support PWA fast, offline access)

Thin version (offering non-internationalized and internationalized versions)

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/xiaoxian521/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-2020

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