|  | 1 year ago | |
|---|---|---|
| .github | 1 year ago | |
| .vscode | 1 year ago | |
| apps | 1 year ago | |
| internal | 1 year ago | |
| mock | 1 year ago | |
| packages | 2 years ago | |
| public | 1 year ago | |
| src | 1 year ago | |
| types | 1 year ago | |
| .browserslistrc | 2 years ago | |
| .commitlintrc.js | 2 years ago | |
| .dockerignore | 2 years ago | |
| .editorconfig | 4 years ago | |
| .env | 1 year ago | |
| .env.analyze | 2 years ago | |
| .env.development | 1 year ago | |
| .env.docker | 2 years ago | |
| .env.production | 1 year ago | |
| .env.test | 1 year ago | |
| .eslintignore | 1 year ago | |
| .eslintrc.js | 2 years ago | |
| .gitattributes | 2 years ago | |
| .gitignore | 2 years ago | |
| .gitpod.yml | 4 years ago | |
| .npmrc | 1 year ago | |
| .prettierignore | 2 years ago | |
| .prettierrc.js | 2 years ago | |
| .stylelintignore | 2 years ago | |
| .stylelintrc.js | 2 years ago | |
| CHANGELOG.en_US.md | 4 years ago | |
| CHANGELOG.md | 4 years ago | |
| CHANGELOG.zh_CN.md | 4 years ago | |
| CNAME | 3 years ago | |
| Dockerfile | 2 years ago | |
| LICENSE | 5 years ago | |
| README.md | 1 year ago | |
| README.zh-CN.md | 1 year ago | |
| index.html | 1 year ago | |
| nginx.conf | 2 years ago | |
| npminstall-debug.log | 1 year ago | |
| package.json | 1 year ago | |
| pnpm-lock.yaml | 1 year ago | |
| pnpm-workspace.yaml | 2 years ago | |
| tsconfig.json | 1 year ago | |
| turbo.json | 2 years ago | |
| uno.config.ts | 1 year ago | |
| vite.config.ts | 2 years ago | 
English | 中文
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
TypeScriptpnpm install
- run
```bash
pnpm serve
pnpm build
docker build -t vue-vben-admin .
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
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 The code style is related and does not affect the running resultperf 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 give a star support
The Chrome 80+ browser is recommended for local development
Support modern browsers, not IE
| IE | Edge | Firefox | 
|---|

