Sem descrição

Zuo Jiangtao 0ab2a541cb build: git config (#2474) há 2 anos atrás
.github c5713c75ec chore: update ci há 2 anos atrás
.husky 839271d70a fix: 解决mac系统提交代码环境变量报错问题 (#2286) há 2 anos atrás
.vscode aefde45ad5 Update extensions.json (#1989) há 2 anos atrás
build 4041284345 fix(vite-plugin-styleImport): fix ATextarea 直接引用出现样式导入错误的问题 (#2365) há 2 anos atrás
mock e08a155c40 feat(EditableCell): table 可编辑单元格和可编辑行 增加 单选框相关组件, 并增加示例 (#2294) há 2 anos atrás
public 39188780ea feat(components): 更新 tinymce skins 目录文件版本 #2155 (#2192) há 2 anos atrás
src 26bd4aeba6 解决隐藏菜单目录只能隐藏第一层目录的问题,递归隐藏所有子菜单 (#2484) há 2 anos atrás
tests 21bae3ad49 chore: remove jest há 3 anos atrás
types 17d16ae545 feat(axiosSuccess): 操作成功后根据传入提示模式进行相应 (#2326) há 2 anos atrás
.editorconfig ee5fb223b6 chore: update readme.md há 4 anos atrás
.env e5b2cc1e98 chore: update deps há 4 anos atrás
.env.development a96cb2509c refactor(test-server): improve test service code há 3 anos atrás
.env.production d2c361803b chore: update .env há 3 anos atrás
.env.test 17e47e074e chore: add a multi-environment configuration example há 3 anos atrás
.eslintignore 07c18d602e chore: add some notes há 4 anos atrás
.eslintrc.js 21bae3ad49 chore: remove jest há 3 anos atrás
.gitattributes 0ab2a541cb build: git config (#2474) há 2 anos atrás
.gitignore 7e4312ec1e fix: vscode安装本地缓存插件后,项目根目录下会生成.history文件夹,忽略提交 (#2287) há 2 anos atrás
.gitpod.yml c2b207dd51 fix: Fix stylelint does not support html files há 3 anos atrás
.prettierignore c0e4c9e5a5 feat(tinymce): add rich editor há 4 anos atrás
.stylelintignore 39d629a029 refactor(tinymce): changed to npm introduction,fix #435,fix 434 há 4 anos atrás
CHANGELOG.en_US.md 642d48870c chore: release 2.8.0 há 3 anos atrás
CHANGELOG.md 74b0dfd54f chore: update pkg há 3 anos atrás
CHANGELOG.zh_CN.md 642d48870c chore: release 2.8.0 há 3 anos atrás
CNAME 476b2b8acc chore: update CNAME há 2 anos atrás
LICENSE 2f6253cfb6 initial commit há 4 anos atrás
README.md 2387dcdc6d chore: change website link (#2462) há 2 anos atrás
README.zh-CN.md 2387dcdc6d chore: change website link (#2462) há 2 anos atrás
commitlint.config.js 9c26ee1b9c chore: use `cz-git` commitizen adapter (#2054) há 2 anos atrás
index.html 090d844014 fix: type, #1347 há 3 anos atrás
package.json 4dc5385104 upgrade (#2486) há 2 anos atrás
pnpm-lock.yaml e05a009989 加载失败显示图像占位符。 (#2381) há 2 anos atrás
postcss.config.js 5e17cc8802 refactor: refactor tailwindcss to windicss há 3 anos atrás
prettier.config.js ed40b333f3 chore: Allow git message to be uppercase há 3 anos atrás
stylelint.config.js 10b59395b2 fix: 修复 运行npm run lint:stylelint命令时,无法识别less内置函数 (#1736) há 3 anos atrás
tsconfig.json 266b566850 tsconfig 增加 types , 解决webstorm提示错误 (#1527) há 3 anos atrás
vite.config.ts ecc2135b5e chore: update deps há 3 anos atrás
windi.config.ts 3fcfac1f37 wip: Upgrade ant-design-vue 3.0 há 3 anos atrás
yarn.lock 4dc5385104 upgrade (#2486) há 2 anos atrás

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