|
|
hace 1 mes | |
|---|---|---|
| .. | ||
| .github | hace 1 año | |
| .husky | hace 1 año | |
| .vscode | hace 1 año | |
| apps | hace 1 año | |
| internal | hace 1 año | |
| mock | hace 1 año | |
| packages | hace 1 año | |
| public | hace 3 meses | |
| src | hace 3 meses | |
| types | hace 1 año | |
| .browserslistrc | hace 1 año | |
| .commitlintrc.cjs | hace 1 año | |
| .dockerignore | hace 1 año | |
| .editorconfig | hace 1 año | |
| .env.analyze | hace 1 año | |
| .env.development | hace 1 mes | |
| .env.docker | hace 1 año | |
| .env.production | hace 1 año | |
| .env.test | hace 1 año | |
| .eslintignore | hace 1 año | |
| .eslintrc.cjs | hace 1 año | |
| .gitattributes | hace 1 año | |
| .gitignore | hace 1 año | |
| .gitpod.yml | hace 1 año | |
| .npmrc | hace 1 año | |
| .prettierignore | hace 1 año | |
| .prettierrc.cjs | hace 1 año | |
| .stylelintignore | hace 1 año | |
| .stylelintrc.cjs | hace 1 año | |
| CHANGELOG.en_US.md | hace 1 año | |
| CHANGELOG.md | hace 1 año | |
| CHANGELOG.zh_CN.md | hace 1 año | |
| CNAME | hace 1 año | |
| Dockerfile | hace 1 año | |
| LICENSE | hace 1 año | |
| README.md | hace 1 año | |
| README.zh-CN.md | hace 1 año | |
| index.html | hace 1 año | |
| nginx.conf | hace 1 año | |
| package.json | hace 1 año | |
| pnpm-workspace.yaml | hace 1 año | |
| tsconfig.json | hace 1 año | |
| turbo.json | hace 1 año | |
| uno.config.ts | hace 1 año | |
| vite.config.ts | hace 1 mes | |
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
|---|

