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

