mioku f92b650578 feat: order | 6 miesięcy temu | |
---|---|---|
.husky | 8 miesięcy temu | |
.vscode | 8 miesięcy temu | |
apps | 8 miesięcy temu | |
internal | 8 miesięcy temu | |
mock | 6 miesięcy temu | |
packages | 8 miesięcy temu | |
public | 8 miesięcy temu | |
src | 6 miesięcy temu | |
types | 8 miesięcy temu | |
.browserslistrc | 8 miesięcy temu | |
.commitlintrc.cjs | 8 miesięcy temu | |
.dockerignore | 8 miesięcy temu | |
.editorconfig | 8 miesięcy temu | |
.env | 8 miesięcy temu | |
.env.analyze | 8 miesięcy temu | |
.env.development | 8 miesięcy temu | |
.env.docker | 8 miesięcy temu | |
.env.production | 8 miesięcy temu | |
.env.test | 8 miesięcy temu | |
.eslintignore | 8 miesięcy temu | |
.eslintrc.cjs | 8 miesięcy temu | |
.gitattributes | 8 miesięcy temu | |
.gitignore | 8 miesięcy temu | |
.gitpod.yml | 8 miesięcy temu | |
.npmrc | 8 miesięcy temu | |
.prettierignore | 8 miesięcy temu | |
.prettierrc.cjs | 8 miesięcy temu | |
.stylelintignore | 8 miesięcy temu | |
.stylelintrc.cjs | 8 miesięcy temu | |
CHANGELOG.en_US.md | 8 miesięcy temu | |
CHANGELOG.md | 8 miesięcy temu | |
CHANGELOG.zh_CN.md | 8 miesięcy temu | |
CNAME | 8 miesięcy temu | |
Dockerfile | 8 miesięcy temu | |
LICENSE | 8 miesięcy temu | |
README.md | 8 miesięcy temu | |
README.zh-CN.md | 8 miesięcy temu | |
index.html | 8 miesięcy temu | |
nginx.conf | 8 miesięcy temu | |
package.json | 8 miesięcy temu | |
pnpm-workspace.yaml | 8 miesięcy temu | |
tsconfig.json | 8 miesięcy temu | |
turbo.json | 8 miesięcy temu | |
uno.config.ts | 8 miesięcy temu | |
vite.config.ts | 8 miesięcy temu | |
{} | 8 miesięcy temu |
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.
TypeScript
git clone https://github.com/anncwb/vue-vben-admin.git
cd vue-vben-admin
pnpm install
pnpm serve
pnpm build
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/xxxx
git commit -am 'feat(function): add xxxxx'
git push origin feat/xxxx
pull request
reference 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 |
---|