|
vor 5 Monaten | |
---|---|---|
.github | vor 11 Monaten | |
.husky | vor 7 Monaten | |
.vscode | vor 11 Monaten | |
apps | vor 11 Monaten | |
internal | vor 9 Monaten | |
mock | vor 1 Jahr | |
packages | vor 10 Monaten | |
public | vor 1 Jahr | |
src | vor 5 Monaten | |
types | vor 11 Monaten | |
.browserslistrc | vor 1 Jahr | |
.commitlintrc.cjs | vor 11 Monaten | |
.dockerignore | vor 1 Jahr | |
.editorconfig | vor 4 Jahren | |
.env | vor 1 Jahr | |
.env.analyze | vor 11 Monaten | |
.env.development | vor 11 Monaten | |
.env.docker | vor 11 Monaten | |
.env.production | vor 11 Monaten | |
.env.test | vor 11 Monaten | |
.eslintignore | vor 1 Jahr | |
.eslintrc.cjs | vor 1 Jahr | |
.gitattributes | vor 2 Jahren | |
.gitignore | vor 1 Jahr | |
.gitpod.yml | vor 3 Jahren | |
.npmrc | vor 11 Monaten | |
.prettierignore | vor 1 Jahr | |
.prettierrc.cjs | vor 1 Jahr | |
.stylelintignore | vor 1 Jahr | |
.stylelintrc.cjs | vor 1 Jahr | |
CHANGELOG.en_US.md | vor 11 Monaten | |
CHANGELOG.md | vor 9 Monaten | |
CHANGELOG.zh_CN.md | vor 3 Jahren | |
CNAME | vor 2 Jahren | |
Dockerfile | vor 10 Monaten | |
LICENSE | vor 4 Jahren | |
README.md | vor 10 Monaten | |
README.zh-CN.md | vor 10 Monaten | |
index.html | vor 1 Jahr | |
nginx.conf | vor 1 Jahr | |
package.json | vor 8 Monaten | |
pnpm-lock.yaml | vor 8 Monaten | |
pnpm-workspace.yaml | vor 1 Jahr | |
tsconfig.json | vor 1 Jahr | |
turbo.json | vor 1 Jahr | |
uno.config.ts | vor 1 Jahr | |
vite.config.ts | vor 10 Monaten |
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
---|