README.md 6.7 KB
Newer Older
V
Vben 已提交
1
<div align="center"> <a href="https://github.com/anncwb/vue-vben-admin"> <img alt="VbenAdmin Logo" width="200" height="200" src="https://anncwb.github.io/anncwb/images/logo.png"> </a> <br> <br>
V
vben 已提交
2

V
Vben 已提交
3
[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](LICENSE)
V
vben 已提交
4

V
Vben 已提交
5 6
<h1>Vue vben admin</h1>
</div>
V
vben 已提交
7

V
Vben 已提交
8
**English** | [中文](./README.zh-CN.md)
V
vben 已提交
9

V
Vben 已提交
10
## Introduction
V
vben 已提交
11

V
Vben 已提交
12
Vue Vben Admin is a free and open source middle and back-end template. Using the latest `vue3`, `vite2`, `TypeScript` and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.
V
vben 已提交
13

V
Vben 已提交
14
## Feature
V
vben 已提交
15

V
Vben 已提交
16 17 18 19 20 21 22
- **State of The Art Development**:Use front-end front-end technology development such as Vue3/vite2
- **TypeScript**: Application-level JavaScript language
- **Theming**: Configurable themes
- **International**:Built-in complete internationalization program
- **Mock Server** Built-in mock data scheme
- **Authority** Built-in complete dynamic routing permission generation scheme.
- **Component** Multiple commonly used components are encapsulated twice
V
vben 已提交
23

H
Hongbusi 已提交
24
## Preview
V
vben 已提交
25

S
Sunny-117 已提交
26
- [vue-vben-admin](https://vben.vvbin.cn/) - Full version Chinese site
V
Vben 已提交
27
- [vue-vben-admin-gh-pages](https://anncwb.github.io/vue-vben-admin/) - Full version of the github site
S
Sunny-117 已提交
28
- [vben-admin-thin-next](https://vben.vvbin.cn/thin/next/) - Simplified Chinese site
V
Vben 已提交
29
- [vben-admin-thin-gh-pages](https://anncwb.github.io/vben-admin-thin-next/) -Simplified github site
陈文彬 已提交
30

V
Vben 已提交
31
Test account: vben/123456
N
nebv 已提交
32

陈文彬 已提交
33
<p align="center">
V
Vben 已提交
34 35 36
    <img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview1.png">
    <img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview2.png">
    <img alt="VbenAdmin Logo" width="100%" src="https://anncwb.github.io/anncwb/images/preview3.png">
陈文彬 已提交
37 38
</p>

V
Vben 已提交
39
### Use Gitpod
陈文彬 已提交
40

V
Vben 已提交
41
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
陈文彬 已提交
42

V
Vben 已提交
43
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/anncwb/vue-vben-admin)
陈文彬 已提交
44

V
Vben 已提交
45
## Documentation
陈文彬 已提交
46

47
[Document](https://doc.vvbin.cn/)
陈文彬 已提交
48

V
Vben 已提交
49
## Preparation
陈文彬 已提交
50

V
Vben 已提交
51 52 53 54 55 56 57 58
- [node](http://nodejs.org/) and [git](https://git-scm.com/) - Project development environment
- [Vite](https://vitejs.dev/) - Familiar with vite features
- [Vue3](https://v3.vuejs.org/) - Familiar with Vue basic syntax
- [TypeScript](https://www.typescriptlang.org/) - Familiar with the basic syntax of `TypeScript`
- [Es6+](http://es6.ruanyifeng.com/) - Familiar with es6 basic syntax
- [Vue-Router-Next](https://next.router.vuejs.org/) - Familiar with the basic use of vue-router
- [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/) - ui basic use
- [Mock.js](https://github.com/nuysoft/Mock) - mockjs basic syntax
V
vben 已提交
59

V
Vben 已提交
60
## Install and use
陈文彬 已提交
61

V
Vben 已提交
62
- Get the project code
陈文彬 已提交
63

V
vben 已提交
64
```bash
V
Vben 已提交
65 66
git clone https://github.com/anncwb/vue-vben-admin.git
```
陈文彬 已提交
67

V
Vben 已提交
68
- Installation dependencies
陈文彬 已提交
69

V
Vben 已提交
70 71
```bash
cd vue-vben-admin
陈文彬 已提交
72

1
1sm 已提交
73
pnpm install
陈文彬 已提交
74 75 76

```

V
Vben 已提交
77
- run
陈文彬 已提交
78 79

```bash
1
1sm 已提交
80
pnpm serve
陈文彬 已提交
81 82
```

V
Vben 已提交
83
- build
陈文彬 已提交
84 85

```bash
1
1sm 已提交
86
pnpm build
陈文彬 已提交
87 88
```

V
Vben 已提交
89
## Change Log
陈文彬 已提交
90

V
Vben 已提交
91
[CHANGELOG](./CHANGELOG.zh_CN.md)
陈文彬 已提交
92

V
Vben 已提交
93
## Project
陈文彬 已提交
94

V
Vben 已提交
95 96
- [vue-vben-admin](https://github.com/anncwb/vue-vben-admin) - full version
- [vue-vben-admin-thin-next](https://github.com/anncwb/vben-admin-thin-next) - Simplified version
陈文彬 已提交
97

V
Vben 已提交
98
## How to contribute
陈文彬 已提交
99

V
Vben 已提交
100
You are very welcome to join![Raise an issue](https://github.com/anncwb/vue-vben-admin/issues/new/choose) Or submit a Pull Request。
V
vben 已提交
101

V
Vben 已提交
102
**Pull Request:**
V
vben 已提交
103

V
Vben 已提交
104 105 106 107 108
1. Fork code!
2. Create your own branch: `git checkout -b feat/xxxx`
3. Submit your changes: `git commit -am 'feat(function): add xxxxx'`
4. Push your branch: `git push origin feat/xxxx`
5. submit`pull request`
陈文彬 已提交
109

V
Vben 已提交
110
## Git Contribution submission specification
V
vben 已提交
111

V
Vben 已提交
112
- reference [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) specification ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))
V
vben 已提交
113 114

  - `feat` Add new features
V
Vben 已提交
115 116
  - `fix` Fix the problem/BUG
  - `style` The code style is related and does not affect the running result
V
vben 已提交
117 118 119 120 121
  - `perf` Optimization/performance improvement
  - `refactor` Refactor
  - `revert` Undo edit
  - `test` Test related
  - `docs` Documentation/notes
V
Vben 已提交
122
  - `chore` Dependency update/scaffolding configuration modification etc.
V
vben 已提交
123 124
  - `workflow` Workflow improvements
  - `ci` Continuous integration
V
Vben 已提交
125 126
  - `types` Type definition file changes
  - `wip` In development
V
vben 已提交
127

V
Vben 已提交
128
## Related warehouse
V
vben 已提交
129

V
Vben 已提交
130
If these plugins are helpful to you, you can give a star support
V
vben 已提交
131

V
Vben 已提交
132 133 134
- [vite-plugin-mock](https://github.com/anncwb/vite-plugin-mock) - Used for local and development environment data mock
- [vite-plugin-html](https://github.com/anncwb/vite-plugin-html) - Used for html template conversion and compression
- [vite-plugin-compression](https://github.com/anncwb/vite-plugin-compression) - Used to pack input .gz|.brotil files
V
Vben 已提交
135
- [vite-plugin-svg-icons](https://github.com/anncwb/vite-plugin-svg-icons) - Used to quickly generate svg sprite
V
vben 已提交
136 137 138

## Browser support

V
Vben 已提交
139
The `Chrome 80+` browser is recommended for local development
V
vben 已提交
140

V
Vben 已提交
141
Support modern browsers, not IE
V
vben 已提交
142

V
vben 已提交
143 144 145 146
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
| :-: | :-: | :-: | :-: | :-: |
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |

V
Vben 已提交
147 148
## Maintainer

149
[@Vben](https://github.com/anncwb)
V
Vben 已提交
150 151 152 153 154 155 156

## Donate

If you think this project is helpful to you, you can help the author buy a cup of coffee to show your support!

![donate](https://anncwb.github.io/anncwb/images/sponsor.png)

157
<a style="display: block;width: 100px;height: 50px;line-height: 50px; color: #fff;text-align: center; background: #408aed;border-radius: 4px;" href="https://www.paypal.com/paypalme/cvvben">Paypal Me</a>
V
Vben 已提交
158 159

## Discord
陈文彬 已提交
160

V
Vben 已提交
161 162
- [github discussions](https://github.com/anncwb/vue-vben-admin/discussions)
- [Discord](https://discord.gg/8GuAdwDhj6)
陈文彬 已提交
163

V
Vben 已提交
164
## License
陈文彬 已提交
165

V
Vben 已提交
166
[MIT © Vben-2020](./LICENSE)