English | 中文
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
TypeScriptpnpm install
- run
bash pnpm serve
- build
bash pnpm build
- docker
### The dockerFile is located in the project root directory and supports differential deployment
#### build image
bash docker build -t vue-vben-admin .
#### Environment variables are dynamically used to achieve differentiated container deployment. Different VG_BASE_URL environment variables point to different back-end service addresses. In the following example, http://localhost:3333 is used as the back-end service address and the container is mapped to port 6666
bash 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
|---|

