Ei kuvausta

Tang 038936ff7d fix(table): Fixed table tree structure bug (#4543) 5 kuukautta sitten
.github 1da97c3ff8 chore(github): update bug issue doc (#3781) 11 kuukautta sitten
.husky b0c0b916fd fix: Wrong color value 7 kuukautta sitten
.vscode 4e8ac0ec4c chore: format code (#3753) 11 kuukautta sitten
apps 954f04f1c8 fix(koa->upload): fix the error that occurs when uploading files in the `test server` of Koa. (#3698) 11 kuukautta sitten
internal 71c4edad63 chore: improve build file naming convention and caching (#3908) 9 kuukautta sitten
mock 626c54504e chore: update deps (#3465) 1 vuosi sitten
packages 17f5b1b210 chore(deps): bump deps version (#3790) 10 kuukautta sitten
public 5e99463cd0 perf: Refactor vite configuration 1 vuosi sitten
src 038936ff7d fix(table): Fixed table tree structure bug (#4543) 5 kuukautta sitten
types 890ff8f338 types: complete dirctives and v-role custom color (#3718) 11 kuukautta sitten
.browserslistrc 5e4be0adbc chore: update config 1 vuosi sitten
.commitlintrc.cjs 895dabfa46 docs: typo yarn -> pnpm 11 kuukautta sitten
.dockerignore c659c14c5a Docker dynamic publish support. (#2903) 1 vuosi sitten
.editorconfig ee5fb223b6 chore: update readme.md 4 vuotta sitten
.env aedb8e53aa perf: 优化env字段 1 vuosi sitten
.env.analyze 9c027fdcf5 chore: format code (#3773) 11 kuukautta sitten
.env.development 9c027fdcf5 chore: format code (#3773) 11 kuukautta sitten
.env.docker 9c027fdcf5 chore: format code (#3773) 11 kuukautta sitten
.env.production 9c027fdcf5 chore: format code (#3773) 11 kuukautta sitten
.env.test 9c027fdcf5 chore: format code (#3773) 11 kuukautta sitten
.eslintignore 8a000705d1 fix: resolve conflicts between eslint and prettier and bump prettier-plugin-packagejson version to 2.4.6(#3328) 1 vuosi sitten
.eslintrc.cjs e6c7b5f928 feat(deps): update vite version to 5.x (#3508) 1 vuosi sitten
.gitattributes 0ab2a541cb build: git config (#2474) 2 vuotta sitten
.gitignore ba2415c3b4 chore: Extract lint config 1 vuosi sitten
.gitpod.yml c2b207dd51 fix: Fix stylelint does not support html files 3 vuotta sitten
.npmrc d53a5b22cc fix(ci): use for package-manager-strict 11 kuukautta sitten
.prettierignore 1262e13067 升级最新依赖 并修复eslint报错 (#2896) 1 vuosi sitten
.prettierrc.cjs e6c7b5f928 feat(deps): update vite version to 5.x (#3508) 1 vuosi sitten
.stylelintignore ba2415c3b4 chore: Extract lint config 1 vuosi sitten
.stylelintrc.cjs e6c7b5f928 feat(deps): update vite version to 5.x (#3508) 1 vuosi sitten
CHANGELOG.en_US.md 4e8ac0ec4c chore: format code (#3753) 11 kuukautta sitten
CHANGELOG.md 2dcd733e16 chore: release 2.11.5 9 kuukautta sitten
CHANGELOG.zh_CN.md 642d48870c chore: release 2.8.0 3 vuotta sitten
CNAME 476b2b8acc chore: update CNAME 2 vuotta sitten
Dockerfile 338d077ab3 fix(docker): update node version of dockerfile (#3788) 10 kuukautta sitten
LICENSE 2f6253cfb6 initial commit 4 vuotta sitten
README.md 223562eab5 chore(docs): update git url (#3839) 10 kuukautta sitten
README.zh-CN.md 223562eab5 chore(docs): update git url (#3839) 10 kuukautta sitten
index.html c33ee66473 fix: remove duplicate code (#3674) 1 vuosi sitten
nginx.conf dcbe5510d4 fix: Docker 打包逻辑改进,彻底解决缓存问题 (#3473) 1 vuosi sitten
package.json 64a4992a84 fix(VxeTable): 更新vxe-table以及相关依赖,修改废弃API至最新 (#3939) 8 kuukautta sitten
pnpm-lock.yaml 64a4992a84 fix(VxeTable): 更新vxe-table以及相关依赖,修改废弃API至最新 (#3939) 8 kuukautta sitten
pnpm-workspace.yaml 5e99463cd0 perf: Refactor vite configuration 1 vuosi sitten
tsconfig.json 4d2fb0cb6f refactor: '/@/' ==> '@/' and '/#/ '==> '#/' (#3329) 1 vuosi sitten
turbo.json 5e4be0adbc chore: update config 1 vuosi sitten
uno.config.ts 7191ebc122 chore: 更新 unocss 版本及配置 (#3326) 1 vuosi sitten
vite.config.ts e69dd1e223 feat: add devtools plugin instead of inspector plugin (#3856) 10 kuukautta sitten

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 platform/back-end template. Using the latest vue3, vite4, TypeScript and other mainstream technology, Vben is the out-of-the-box front-end solution for both production and learning purpose.

Features

  • State-of-art Techinical Stack:Using the latest and popular front-end technology such as Vue3/vite2
  • TypeScript: Application-level JavaScript language
  • Theming: Configurable themes
  • International:Built-in i18n support
  • Response Mock: Built-in response mock ability
  • Authority: Built-in permission system based on dynamic routes.
  • Component: Extracted and encapsulated components for various scenarios.

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/vbenjs/vue-vben-admin.git
    
  • Install dependencies

    cd vue-vben-admin
    
    pnpm install
    
    
  • run

    pnpm serve
    
  • build

    pnpm build
    
  • docker

The dockerFile is located in the project root directory and supports differential deployment

build image

docker build -t vue-vben-admin .

Use environment variables to achieve differentiated container deployment. Specify service endpoint by assigning VG_BASE_URL. In the following example, http://localhost:3333 is used as the back-end service address and the container is mapped to port 6666:

docker run --name vue-vben-admin -d -p 6666:80  -e VG_BASE_URL=http://localhost:3333 vue-vben-admin

Then you can navigate to http://localhost:6666

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 Modify the code style/format that does not affect the feature
    • 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 show support by leaving a star!

Browser support

The Chrome 80+ browser is recommended for local development

Support modern browsers, doesn't include IE

IEEdgeFirefox
 Edge
 Edge
Firefox
ChromeChrome SafariSafari not support last 2 versions last 2 versions last 2 versions last 2 versions

Maintainer

@Vben @Jinmao

Thanks

JetBrains Logo (Main) logo.

Star History Chart

Star History Chart

License

MIT © Vben-2020