|
há 5 meses atrás | |
---|---|---|
.github | há 11 meses atrás | |
.husky | há 7 meses atrás | |
.vscode | há 11 meses atrás | |
apps | há 11 meses atrás | |
internal | há 9 meses atrás | |
mock | há 1 ano atrás | |
packages | há 10 meses atrás | |
public | há 1 ano atrás | |
src | há 5 meses atrás | |
types | há 11 meses atrás | |
.browserslistrc | há 1 ano atrás | |
.commitlintrc.cjs | há 11 meses atrás | |
.dockerignore | há 1 ano atrás | |
.editorconfig | há 4 anos atrás | |
.env | há 1 ano atrás | |
.env.analyze | há 11 meses atrás | |
.env.development | há 11 meses atrás | |
.env.docker | há 11 meses atrás | |
.env.production | há 11 meses atrás | |
.env.test | há 11 meses atrás | |
.eslintignore | há 1 ano atrás | |
.eslintrc.cjs | há 1 ano atrás | |
.gitattributes | há 2 anos atrás | |
.gitignore | há 1 ano atrás | |
.gitpod.yml | há 3 anos atrás | |
.npmrc | há 11 meses atrás | |
.prettierignore | há 1 ano atrás | |
.prettierrc.cjs | há 1 ano atrás | |
.stylelintignore | há 1 ano atrás | |
.stylelintrc.cjs | há 1 ano atrás | |
CHANGELOG.en_US.md | há 11 meses atrás | |
CHANGELOG.md | há 9 meses atrás | |
CHANGELOG.zh_CN.md | há 3 anos atrás | |
CNAME | há 2 anos atrás | |
Dockerfile | há 10 meses atrás | |
LICENSE | há 4 anos atrás | |
README.md | há 10 meses atrás | |
README.zh-CN.md | há 10 meses atrás | |
index.html | há 1 ano atrás | |
nginx.conf | há 1 ano atrás | |
package.json | há 8 meses atrás | |
pnpm-lock.yaml | há 8 meses atrás | |
pnpm-workspace.yaml | há 1 ano atrás | |
tsconfig.json | há 1 ano atrás | |
turbo.json | há 1 ano atrás | |
uno.config.ts | há 1 ano atrás | |
vite.config.ts | há 10 meses atrás |
English | 中文
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.
Test account: vben/123456
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
TypeScript
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
docker build -t vue-vben-admin .
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
You are very welcome to join!Raise an issue or submit a Pull Request。
Pull Request:
git checkout -b feat/xxxx
git commit -am 'feat(function): add xxxxx'
git push origin feat/xxxx
pull request
reference vue specification (Angular)
feat
Add new featuresfix
Fix the problem/BUGstyle
Modify the code style/format that does not affect the featureperf
Optimization/performance improvementrefactor
Refactorrevert
Undo edittest
Test relateddocs
Documentation/noteschore
Dependency update/scaffolding configuration modification etc.workflow
Workflow improvementsci
Continuous integrationtypes
Type definition file changeswip
In developmentIf these plugins are helpful to you, you can show support by leaving a star!
The Chrome 80+
browser is recommended for local development
Support modern browsers, doesn't include IE
![]() | IE![]() | Edge
![]() | Firefox
---|