Nincs leírás

Cherelle Spencer 4418eccfab fix(deepMerge): 修复递归合并操作, 合并数组未去重的bug (#2667) 1 éve
.github c999abb236 fix: ci error 2 éve
.husky 839271d70a fix: 解决mac系统提交代码环境变量报错问题 (#2286) 2 éve
.vscode dc39567a14 chore: remove @vitejs/plugin-legacy vite-plugin-imagemin 1 éve
_internal 84a5fc1256 chore: 项目所有依赖升级到最新 1 éve
build 84a5fc1256 chore: 项目所有依赖升级到最新 1 éve
mock a222404220 refactor<mock>: compatibility notes (#2555) 2 éve
packages 84a5fc1256 chore: 项目所有依赖升级到最新 1 éve
public 699cf6d7af chore: remove vite-plugin-pwa 1 éve
src 4418eccfab fix(deepMerge): 修复递归合并操作, 合并数组未去重的bug (#2667) 1 éve
tests 84a5fc1256 chore: 项目所有依赖升级到最新 1 éve
types 699cf6d7af chore: remove vite-plugin-pwa 1 éve
.commitlintrc.js dc39567a14 chore: remove @vitejs/plugin-legacy vite-plugin-imagemin 1 éve
.editorconfig ee5fb223b6 chore: update readme.md 4 éve
.env ab74480083 chore: Requires pnpm 8 and node 16 1 éve
.env.development a96cb2509c refactor(test-server): improve test service code 3 éve
.env.production 699cf6d7af chore: remove vite-plugin-pwa 1 éve
.env.test 699cf6d7af chore: remove vite-plugin-pwa 1 éve
.eslintignore 07c18d602e chore: add some notes 4 éve
.eslintrc.js 21bae3ad49 chore: remove jest 3 éve
.gitattributes 0ab2a541cb build: git config (#2474) 2 éve
.gitignore 7e4312ec1e fix: vscode安装本地缓存插件后,项目根目录下会生成.history文件夹,忽略提交 (#2287) 2 éve
.gitpod.yml c2b207dd51 fix: Fix stylelint does not support html files 3 éve
.prettierignore c0e4c9e5a5 feat(tinymce): add rich editor 4 éve
.prettierrc.js dc39567a14 chore: remove @vitejs/plugin-legacy vite-plugin-imagemin 1 éve
.stylelintignore 39d629a029 refactor(tinymce): changed to npm introduction,fix #435,fix 434 4 éve
.stylelintrc.js 84a5fc1256 chore: 项目所有依赖升级到最新 1 éve
CHANGELOG.en_US.md 642d48870c chore: release 2.8.0 3 éve
CHANGELOG.md 74b0dfd54f chore: update pkg 3 éve
CHANGELOG.zh_CN.md 642d48870c chore: release 2.8.0 3 éve
CNAME 476b2b8acc chore: update CNAME 2 éve
LICENSE 2f6253cfb6 initial commit 4 éve
README.md 8180b2d15f chore: 暂时移除主题切换及暗黑模式切换功能 1 éve
README.zh-CN.md 8180b2d15f chore: 暂时移除主题切换及暗黑模式切换功能 1 éve
index.html 090d844014 fix: type, #1347 3 éve
package.json 84a5fc1256 chore: 项目所有依赖升级到最新 1 éve
pnpm-lock.yaml 84a5fc1256 chore: 项目所有依赖升级到最新 1 éve
pnpm-workspace.yaml dc39567a14 chore: remove @vitejs/plugin-legacy vite-plugin-imagemin 1 éve
postcss.config.js 5e17cc8802 refactor: refactor tailwindcss to windicss 3 éve
tsconfig.json ab74480083 chore: Requires pnpm 8 and node 16 1 éve
vite.config.ts 84a5fc1256 chore: 项目所有依赖升级到最新 1 éve
windi.config.ts 3fcfac1f37 wip: Upgrade ant-design-vue 3.0 3 éve

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

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

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