Go to file
2021-10-20 22:30:52 +08:00
.github workflow: update linter.yml 2021-10-12 23:24:31 +08:00
.husky chore: all packages update latest version 2021-09-09 10:51:29 +08:00
.vscode perf: delete settings.ts use serverConfig.json 2021-10-15 11:38:43 +08:00
build fix: process.env.node_env undefined (#47) 2021-09-28 09:24:19 +08:00
mock fix: 右键菜单z-index问题 2021-10-19 18:58:47 +08:00
public fix: 主界面最外层正常情况下出现滚动条 2021-10-18 16:02:26 +08:00
src chore: update some packages version 2021-10-20 22:30:52 +08:00
types perf: delete settings.ts use serverConfig.json 2021-10-15 11:38:43 +08:00
.editorconfig chore: add eslint config 2021-07-06 01:12:20 +08:00
.env chore: update 2.1.0 version 2021-10-14 17:50:03 +08:00
.env.development chore: update 2.1.0 version 2021-10-14 17:50:03 +08:00
.env.production chore:更换到主分支 2021-03-01 15:26:05 +08:00
.eslintignore refactor: use setup refactor 2021-09-19 01:12:46 +08:00
.eslintrc.js refactor: use setup refactor 2021-09-19 01:12:46 +08:00
.gitignore chore: update responsive-storage lastest 2021-10-11 16:11:59 +08:00
.gitpod.yml chore: update gitpod 2021-04-14 21:47:06 +08:00
.prettierrc.js style: format code for all 2021-07-06 01:12:20 +08:00
.stylelintignore workflow: add stylelint 2021-09-04 12:37:23 +08:00
babel.config.js fix: eslint error 2021-07-07 13:33:47 +08:00
CHANGELOG.en_US.md chore: update 2.1.0 version 2021-10-14 17:50:03 +08:00
CHANGELOG.md chore: update 2.1.0 version 2021-10-14 17:50:03 +08:00
CHANGELOG.zh_CN.md chore: update 2.1.0 version 2021-10-14 17:50:03 +08:00
commitlint.config.js chore: all packages update latest version 2021-09-09 10:51:29 +08:00
index.html fix: build error 2021-09-29 02:21:09 +08:00
LICENSE Create LICENSE 2021-04-01 09:55:59 +08:00
package.json chore: update some packages version 2021-10-20 22:30:52 +08:00
postcss.config.js fix: eslint error 2021-07-07 13:33:47 +08:00
README.en-US.md docs: 更新文档 2021-10-19 12:36:13 +08:00
README.md docs: 更新文档 2021-10-19 12:36:13 +08:00
stylelint.config.js types: optimization type 2021-09-19 19:41:38 +08:00
tsconfig.json perf: layout 2021-10-11 15:14:00 +08:00
vite.config.ts fix: 修复vxe-table打包找不到css问题 2021-10-20 21:26:39 +08:00
yarn.lock chore: update some packages version 2021-10-20 22:30:52 +08:00

vue-pure-admin

license

English | 中文

Introduction

vue-pure-admin is a free and open source middle and back-end template. Using the latest vue3, vite2, TypeScript, Element-Plus and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.

Supporting video tutorial

bilibilihttps://www.bilibili.com/video/BV1534y1S7HV/

Preview

Click to log in without password

PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo PureAdmin Logo 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://github.com.cnpmjs.org/xiaoxian521/vue-pure-admin.git
  • Installation dependencies
cd vue-pure-admin

yarn install

  • run
yarn serve
  • build
yarn 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

xiaoxian521

Donate

If you think this project is helpful to you, you can help the author buy a cup of coffee to show your support!

donate

Exchange Group

WeChat exchange group, click to scan the code to enter the group

My WeChat: 18237613535, pull you into the group

License

MIT © xiaoxian521-2020