Sem descrição

invalid w bfb7cd32f2 chore(deps): bump ant-design-vue and typescript to latest version há 1 ano atrás
.github b7554fdb74 Create node.js.yml (#3060) há 1 ano atrás
.husky ba2415c3b4 chore: Extract lint config há 1 ano atrás
.vscode c24e0efd1d perf: Modify i18 file format to JSON (#3171) há 1 ano atrás
apps c6e135195a 修复合并代码导致的冲突 (#2905) há 1 ano atrás
internal 06a6c947a9 fix(style): 修复黑暗模式下弹框、demo目录下、按钮样式问题 (#3208) há 1 ano atrás
mock 40aac6544c fix(demo): account page table without dept (#3164) há 1 ano atrás
packages 30b3ee5c89 chore: fix type:check error (#3126) há 1 ano atrás
public 5e99463cd0 perf: Refactor vite configuration há 1 ano atrás
src 538fa168fe chore(demo->form): 增加ApiTransfer使用示例. close #1760 há 1 ano atrás
types 191e809b6d feat(MultipleTab): add tabs auto collapse interaction in fold mode and setting (#3256) há 1 ano atrás
.browserslistrc 5e4be0adbc chore: update config há 1 ano atrás
.commitlintrc.js dc39567a14 chore: remove @vitejs/plugin-legacy vite-plugin-imagemin há 1 ano atrás
.dockerignore c659c14c5a Docker dynamic publish support. (#2903) há 1 ano atrás
.editorconfig ee5fb223b6 chore: update readme.md há 4 anos atrás
.env aedb8e53aa perf: 优化env字段 há 1 ano atrás
.env.analyze 5e99463cd0 perf: Refactor vite configuration há 1 ano atrás
.env.development 279977b817 feat: 逐步抽离部分包到packages há 1 ano atrás
.env.docker c659c14c5a Docker dynamic publish support. (#2903) há 1 ano atrás
.env.production 5e99463cd0 perf: Refactor vite configuration há 1 ano atrás
.env.test 5e99463cd0 perf: Refactor vite configuration há 1 ano atrás
.eslintignore 07c18d602e chore: add some notes há 4 anos atrás
.eslintrc.js d3fd22dbbd chore: 解决 ESLint no-undef 规则校验问题和 basicTable 组件的类型问题,替换popover组件的 visible 属性。 (#3033) há 1 ano atrás
.gitattributes 0ab2a541cb build: git config (#2474) há 2 anos atrás
.gitignore ba2415c3b4 chore: Extract lint config há 1 ano atrás
.gitpod.yml c2b207dd51 fix: Fix stylelint does not support html files há 3 anos atrás
.npmrc ba2415c3b4 chore: Extract lint config há 1 ano atrás
.prettierignore 1262e13067 升级最新依赖 并修复eslint报错 (#2896) há 1 ano atrás
.prettierrc.js 5e4be0adbc chore: update config há 1 ano atrás
.stylelintignore ba2415c3b4 chore: Extract lint config há 1 ano atrás
.stylelintrc.js ba2415c3b4 chore: Extract lint config há 1 ano 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
Dockerfile c659c14c5a Docker dynamic publish support. (#2903) há 1 ano atrás
LICENSE 2f6253cfb6 initial commit há 4 anos atrás
README.md 3689bd1cb1 chore(readme): add Star History Chart há 1 ano atrás
README.zh-CN.md 3689bd1cb1 chore(readme): add Star History Chart há 1 ano atrás
index.html 5e99463cd0 perf: Refactor vite configuration há 1 ano atrás
nginx.conf 556575f501 feat: update nginx.conf 使用固定编译入口可能导致浏览器使用缓存js文件,而此配置可以解决 (#3045) há 1 ano atrás
package.json bfb7cd32f2 chore(deps): bump ant-design-vue and typescript to latest version há 1 ano atrás
pnpm-lock.yaml bfb7cd32f2 chore(deps): bump ant-design-vue and typescript to latest version há 1 ano atrás
pnpm-workspace.yaml 5e99463cd0 perf: Refactor vite configuration há 1 ano atrás
tsconfig.json 44f2b1c644 fix: ts error (#2955) há 1 ano atrás
turbo.json 5e4be0adbc chore: update config há 1 ano atrás
vite.config.ts feadf64ee3 fix: Icon加载问题 há 1 ano 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, vite4, 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
  • docker

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

build image

docker build -t vue-vben-admin .

Environment variables are dynamically used to achieve differentiated container deployment. Different VG_BASE_URL environment variables point to different back-end service addresses. 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 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 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 @Jinmao

Thanks

JetBrains Logo (Main) logo.

Star History Chart

Star History Chart

License

MIT © Vben-2020