|
|
1 月之前 | |
|---|---|---|
| .. | ||
| .github | 1 年之前 | |
| .husky | 1 年之前 | |
| .vscode | 1 年之前 | |
| apps | 1 年之前 | |
| internal | 1 年之前 | |
| mock | 1 年之前 | |
| packages | 1 年之前 | |
| public | 3 月之前 | |
| src | 3 月之前 | |
| types | 1 年之前 | |
| .browserslistrc | 1 年之前 | |
| .commitlintrc.cjs | 1 年之前 | |
| .dockerignore | 1 年之前 | |
| .editorconfig | 1 年之前 | |
| .env.analyze | 1 年之前 | |
| .env.development | 1 月之前 | |
| .env.docker | 1 年之前 | |
| .env.production | 1 年之前 | |
| .env.test | 1 年之前 | |
| .eslintignore | 1 年之前 | |
| .eslintrc.cjs | 1 年之前 | |
| .gitattributes | 1 年之前 | |
| .gitignore | 1 年之前 | |
| .gitpod.yml | 1 年之前 | |
| .npmrc | 1 年之前 | |
| .prettierignore | 1 年之前 | |
| .prettierrc.cjs | 1 年之前 | |
| .stylelintignore | 1 年之前 | |
| .stylelintrc.cjs | 1 年之前 | |
| CHANGELOG.en_US.md | 1 年之前 | |
| CHANGELOG.md | 1 年之前 | |
| CHANGELOG.zh_CN.md | 1 年之前 | |
| CNAME | 1 年之前 | |
| Dockerfile | 1 年之前 | |
| LICENSE | 1 年之前 | |
| README.md | 1 年之前 | |
| README.zh-CN.md | 1 年之前 | |
| index.html | 1 年之前 | |
| nginx.conf | 1 年之前 | |
| package.json | 1 年之前 | |
| pnpm-workspace.yaml | 1 年之前 | |
| tsconfig.json | 1 年之前 | |
| turbo.json | 1 年之前 | |
| uno.config.ts | 1 年之前 | |
| vite.config.ts | 1 月之前 | |
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.
TypeScriptGet 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/xxxxgit commit -am 'feat(function): add xxxxx'git push origin feat/xxxxpull requestreference 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
|---|

