Aucune description

lxh 6ef1a8cd84 灾害基金项目修改-提交 il y a 3 jours
.github a097ab77bd [Docs 0000] 更新README文档以及提交模板 il y a 9 mois
.vscode 5a1221c20d 东泰鑫源bug修改提交 il y a 8 mois
apps 73576a977e 111 il y a 11 mois
internal 0c75779db9 修改vite打包配置 il y a 9 mois
mock 73576a977e 111 il y a 11 mois
packages 30b3ee5c89 chore: fix type:check error (#3126) il y a 1 an
public 12d9cb4272 界面布局及三维GIS引入-提交 il y a 10 mois
src 6ef1a8cd84 灾害基金项目修改-提交 il y a 3 jours
types f4df2d5a4b feat: ColumnSetting and SizeSetting persist (#3398) il y a 11 mois
.browserslistrc 5e4be0adbc chore: update config il y a 1 an
.commitlintrc.js dc39567a14 chore: remove @vitejs/plugin-legacy vite-plugin-imagemin il y a 1 an
.dockerignore c659c14c5a Docker dynamic publish support. (#2903) il y a 1 an
.editorconfig ee5fb223b6 chore: update readme.md il y a 3 ans
.env 73576a977e 111 il y a 11 mois
.env.analyze 5e99463cd0 perf: Refactor vite configuration il y a 1 an
.env.development 6ef1a8cd84 灾害基金项目修改-提交 il y a 3 jours
.env.docker c659c14c5a Docker dynamic publish support. (#2903) il y a 1 an
.env.production f482158ddc 界面样式调整 il y a 10 mois
.env.test f482158ddc 界面样式调整 il y a 10 mois
.eslintignore 1b008f1cb9 解决冲突 il y a 10 mois
.eslintrc.js d3fd22dbbd chore: 解决 ESLint no-undef 规则校验问题和 basicTable 组件的类型问题,替换popover组件的 visible 属性。 (#3033) il y a 1 an
.gitattributes 0ab2a541cb build: git config (#2474) il y a 1 an
.gitignore ba2415c3b4 chore: Extract lint config il y a 1 an
.gitpod.yml c2b207dd51 fix: Fix stylelint does not support html files il y a 3 ans
.npmrc 1b008f1cb9 解决冲突 il y a 10 mois
.prettierignore 1262e13067 升级最新依赖 并修复eslint报错 (#2896) il y a 1 an
.prettierrc.js 5e4be0adbc chore: update config il y a 1 an
.stylelintignore ba2415c3b4 chore: Extract lint config il y a 1 an
.stylelintrc.js ba2415c3b4 chore: Extract lint config il y a 1 an
CHANGELOG.en_US.md 642d48870c chore: release 2.8.0 il y a 3 ans
CHANGELOG.md 74b0dfd54f chore: update pkg il y a 3 ans
CHANGELOG.zh_CN.md 642d48870c chore: release 2.8.0 il y a 3 ans
CNAME 476b2b8acc chore: update CNAME il y a 2 ans
Dockerfile c659c14c5a Docker dynamic publish support. (#2903) il y a 1 an
LICENSE 2f6253cfb6 initial commit il y a 4 ans
README.md a097ab77bd [Docs 0000] 更新README文档以及提交模板 il y a 9 mois
README.zh-CN.md a097ab77bd [Docs 0000] 更新README文档以及提交模板 il y a 9 mois
babel.config.js d51a6ea799 提交新版本 il y a 8 mois
index.html 12d9cb4272 界面布局及三维GIS引入-提交 il y a 10 mois
nginx.conf 556575f501 feat: update nginx.conf 使用固定编译入口可能导致浏览器使用缓存js文件,而此配置可以解决 (#3045) il y a 1 an
npminstall-debug.log 44709c0156 提交新版本 il y a 10 mois
package.json 87650303a8 提交新版本 il y a 8 mois
pnpm-lock.yaml d51a6ea799 提交新版本 il y a 8 mois
pnpm-workspace.yaml 5e99463cd0 perf: Refactor vite configuration il y a 1 an
tsconfig.json 4d2fb0cb6f refactor: '/@/' ==> '@/' and '/#/ '==> '#/' (#3329) il y a 1 an
turbo.json 5e4be0adbc chore: update config il y a 1 an
uno.config.ts 7191ebc122 chore: 更新 unocss 版本及配置 (#3326) il y a 1 an
vite.config.ts 0c75779db9 修改vite打包配置 il y a 9 mois

README.md

English | 中文

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

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

pnpm install


- run

```bash
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. Set up commit template: git config commit.template .github/commit-template
  3. Create your own branch: git checkout -b feat/xxxx
  4. Submit your changes: git commit -am 'feat(function): add xxxxx'
  5. Push your branch: git push origin feat/xxxx
  6. submitpull request

Git Contribution submission specification

  • details in .github/commit-template

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