A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Partoo edede25c8f
fix: 修复TypeError: item.indexOf is not a function报错 (#2611)
3 years ago
.github fix: ci error 3 years ago
.husky fix: 解决mac系统提交代码环境变量报错问题 (#2286) 3 years ago
.vscode 修复 updateSchema 多个field 属性时,第二个无效问题。 (#2493) 3 years ago
build fix: 注释build/util文件中的代码,修复热更新无效的问题 (#2551) 3 years ago
mock refactor<mock>: compatibility notes (#2555) 3 years ago
public feat(components): 更新 tinymce skins 目录文件版本 #2155 (#2192) 3 years ago
src fix: 修复TypeError: item.indexOf is not a function报错 (#2611) 3 years ago
tests/server chore: remove jest 4 years ago
types feat(axiosSuccess): 操作成功后根据传入提示模式进行相应 (#2326) 3 years ago
.editorconfig chore: update readme.md 5 years ago
.env chore: update deps 5 years ago
.env.development refactor(test-server): improve test service code 5 years ago
.env.production chore: update .env 5 years ago
.env.test chore: add a multi-environment configuration example 5 years ago
.eslintignore chore: add some notes 5 years ago
.eslintrc.js chore: remove jest 4 years ago
.gitattributes build: git config (#2474) 3 years ago
.gitignore fix: vscode安装本地缓存插件后,项目根目录下会生成.history文件夹,忽略提交 (#2287) 3 years ago
.gitpod.yml fix: Fix stylelint does not support html files 4 years ago
.prettierignore feat(tinymce): add rich editor 5 years ago
.stylelintignore refactor(tinymce): changed to npm introduction,fix #435,fix 434 5 years ago
CHANGELOG.en_US.md chore: release 2.8.0 4 years ago
CHANGELOG.md chore: update pkg 4 years ago
CHANGELOG.zh_CN.md chore: release 2.8.0 4 years ago
CNAME chore: update CNAME 3 years ago
LICENSE initial commit 5 years ago
README.md chore: change website link (#2462) 3 years ago
README.zh-CN.md chore: change website link (#2462) 3 years ago
commitlint.config.js chore: use `cz-git` commitizen adapter (#2054) 4 years ago
index.html fix: type, #1347 4 years ago
package.json feat: 增加表单设计器 (#2533) 3 years ago
pnpm-lock.yaml fix: 修复form设计器在黑暗模式下的显示问题 (#2543) 3 years ago
postcss.config.js refactor: refactor tailwindcss to windicss 5 years ago
prettier.config.js chore: Allow git message to be uppercase 4 years ago
stylelint.config.js feat: 增加表单设计器 (#2533) 3 years ago
tsconfig.json tsconfig 增加 types , 解决webstorm提示错误 (#1527) 4 years ago
vite.config.ts fix: 修复esbuild的drop_console (#2542) 3 years ago
windi.config.ts wip: Upgrade ant-design-vue 3.0 4 years ago
yarn.lock feat: 接入vextable组件 (#2508) 3 years ago

README.md

VbenAdmin Logo

license

Vue vben admin

English | 中文

Introduction

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

Feature

  • State of The Art Development:Use front-end front-end technology development such as Vue3/vite2
  • TypeScript: Application-level JavaScript language
  • Theming: Configurable themes
  • International:Built-in complete internationalization program
  • Mock Server Built-in mock data scheme
  • Authority Built-in complete dynamic routing permission generation scheme.
  • Component Multiple commonly used components are encapsulated twice

Preview

Test account: vben/123456

VbenAdmin Logo VbenAdmin Logo VbenAdmin Logo

Use Gitpod

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

Open in Gitpod

Documentation

Document

Preparation

  • node and git - Project development environment
  • Vite - Familiar with vite features
  • Vue3 - Familiar with Vue basic syntax
  • TypeScript - Familiar with the basic syntax of TypeScript
  • Es6+ - Familiar with es6 basic syntax
  • Vue-Router-Next - Familiar with the basic use of vue-router
  • Ant-Design-Vue - ui basic use
  • Mock.js - mockjs basic syntax

Install and use

  • Get the project code
git clone https://github.com/anncwb/vue-vben-admin.git
  • Installation dependencies
cd vue-vben-admin

pnpm install

  • run
pnpm serve
  • build
pnpm build

Change Log

CHANGELOG

Project

How to contribute

You are very welcome to join!Raise 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

If these plugins are helpful to you, you can give a star support

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

@Vben

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

Paypal Me

Discord

License

MIT © Vben-2020