skywolf627 041a8d8a7f 兼容vben浅色主题(上次改漏了) преди 3 години
..
.github fdc9e21ea1 同步更新升级 преди 4 години
.husky fdc9e21ea1 同步更新升级 преди 4 години
.vscode a6a1ce9527 同步升级前端vben框架 преди 3 години
build 1eb9e5cf78 与vben官方同步升级 преди 3 години
mock b5c7ceb23a 1、增加ThrowBah异常处理 2、同步升级vben UI框架 преди 3 години
public fdc9e21ea1 同步更新升级 преди 4 години
src 041a8d8a7f 兼容vben浅色主题(上次改漏了) преди 3 години
tests fdc9e21ea1 同步更新升级 преди 4 години
types fd22846275 实时显示在线用户,可以强制用户下线(先迁移一下增加权限码,分配权限后才能强制用户下线) преди 3 години
.editorconfig fdc9e21ea1 同步更新升级 преди 4 години
.env b0d1b7fe87 前端配置修改 преди 3 години
.env.development fd22846275 实时显示在线用户,可以强制用户下线(先迁移一下增加权限码,分配权限后才能强制用户下线) преди 3 години
.env.production b2690074b2 更正:在产品模式中无法正常访问的问题 преди 3 години
.env.test fdc9e21ea1 同步更新升级 преди 4 години
.eslintignore fdc9e21ea1 同步更新升级 преди 4 години
.eslintrc.js fdc9e21ea1 同步更新升级 преди 4 години
.gitpod.yml fdc9e21ea1 同步更新升级 преди 4 години
.prettierignore fdc9e21ea1 同步更新升级 преди 4 години
.stylelintignore fdc9e21ea1 同步更新升级 преди 4 години
CHANGELOG.en_US.md fdc9e21ea1 同步更新升级 преди 4 години
CHANGELOG.md fdc9e21ea1 同步更新升级 преди 4 години
CHANGELOG.zh_CN.md fdc9e21ea1 同步更新升级 преди 4 години
LICENSE fdc9e21ea1 同步更新升级 преди 4 години
README.md fdc9e21ea1 同步更新升级 преди 4 години
README.zh-CN.md fdc9e21ea1 同步更新升级 преди 4 години
commitlint.config.js b5c7ceb23a 1、增加ThrowBah异常处理 2、同步升级vben UI框架 преди 3 години
index.html 19eb9296bb index.html 调整为 ang="zh-CN" 避免出现是否翻译 преди 3 години
package.json fd22846275 实时显示在线用户,可以强制用户下线(先迁移一下增加权限码,分配权限后才能强制用户下线) преди 3 години
pnpm-lock.yaml e9d633f90c 与vben官网同步更新升级 преди 3 години
postcss.config.js fdc9e21ea1 同步更新升级 преди 4 години
prettier.config.js fdc9e21ea1 同步更新升级 преди 4 години
stylelint.config.js fdc9e21ea1 同步更新升级 преди 4 години
tsconfig.json fdc9e21ea1 同步更新升级 преди 4 години
vite.config.ts fdc9e21ea1 同步更新升级 преди 4 години
windi.config.ts fdc9e21ea1 同步更新升级 преди 4 години

README.md

VbenAdmin Logo

[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](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

预览

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

Related warehouse

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

IEEdgeFirefox
 Edge
 Edge
Firefox
ChromeChrome SafariSafari 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