mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 17:07:19 +08:00
130 lines
8.1 KiB
Markdown
130 lines
8.1 KiB
Markdown
<h1>vue-pure-admin</h1>
|
||
|
||
[](LICENSE)
|
||
|
||
**中文** | [English](./README.md)
|
||
|
||
## 简介
|
||
|
||
vue-pure-admin 是一个免费开源的中后台模版。使用了最新的`vue3`,`vite2`,`TypeScript`,`Element-Plus`等主流技术开发,开箱即用的中后台前端解决方案,也可用于学习参考。
|
||
|
||
## 预览
|
||
|
||
- [vue-pure-admin](http://yiming_chang.gitee.io/manages)
|
||
|
||
点击免密登录
|
||
|
||
<p align="center">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/5cf9fd0bb1d7468f8ff3fbfa6bb8113c~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/124ebe67371b49038874a1b65196f189~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/654de30b077540f195595c98b1e0d316~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/dd7caee2d36f400a819f8dd22036281c~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/79a6fa10e55c4c859187d93fa40ac26f~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/c5570ea358e94d8a8649fcd1501dbecc~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p1-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/24170b706e644f848441bac41ee4c05a~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/03d471b0d3604730b8f41835500ec979~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p1-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/98f91183a41e4a99947f036574b40a05~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/bfbbefeb48a044c7828efdd63b56dff9~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/cb7416d405af4f3f9335924d342246d1~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/cf8381ce84f14bf0935ec811b5271b04~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p1-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/690c9d3677b6466cac9be16b26180a49~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/22bfdd68db684632bcdd09c997fbdf04~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/68eda5c0fe944f848ce9b11e50840922~tplv-k3u1fbpfcp-watermark.image">
|
||
<img alt="PureAdmin Logo" width="100%" src="https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/db7fc79ef7ec45af865d7c3644a2766f~tplv-k3u1fbpfcp-watermark.image">
|
||
</p>
|
||
|
||
### 使用 Gitpod
|
||
|
||
在 Gitpod(适用于 GitHub 的免费在线开发环境)中打开项目,并立即开始编码.
|
||
|
||
[](https://gitpod.io/#https://github.com/xiaoxian521/vue-pure-admin)
|
||
|
||
## 安装使用
|
||
|
||
- 获取项目代码
|
||
|
||
```bash
|
||
git clone https://github.com/xiaoxian521/vue-pure-admin.git
|
||
or
|
||
git clone https://github.com.cnpmjs.org/xiaoxian521/vue-pure-admin.git
|
||
```
|
||
|
||
- 安装依赖
|
||
|
||
```bash
|
||
cd vue-pure-admin
|
||
|
||
npm install
|
||
|
||
```
|
||
|
||
- 运行
|
||
|
||
```bash
|
||
npm run serve
|
||
```
|
||
|
||
- 打包
|
||
|
||
```bash
|
||
npm run build
|
||
```
|
||
|
||
## 更新日志
|
||
|
||
[CHANGELOG](./CHANGELOG.zh_CN.md)
|
||
|
||
## 如何贡献
|
||
|
||
非常欢迎你的加入 或者提交一个 Pull Request
|
||
|
||
**Pull Request:**
|
||
|
||
1. Fork 代码!
|
||
2. 创建自己的分支: `git checkout -b feat/xxxx`
|
||
3. 提交你的修改: `git commit -am 'feat(function): add xxxxx'`
|
||
4. 推送您的分支: `git push origin feat/xxxx`
|
||
5. 提交`pull request`
|
||
|
||
## Git 贡献提交规范
|
||
|
||
- 参考 [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) 规范 ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))
|
||
|
||
- `feat` 增加新功能
|
||
- `fix` 修复问题/BUG
|
||
- `style` 代码风格相关无影响运行结果的
|
||
- `perf` 优化/性能提升
|
||
- `refactor` 重构
|
||
- `revert` 撤销修改
|
||
- `test` 测试相关
|
||
- `docs` 文档/注释
|
||
- `chore` 依赖更新/脚手架配置修改等
|
||
- `workflow` 工作流改进
|
||
- `ci` 持续集成
|
||
- `types` 类型定义文件更改
|
||
- `wip` 开发中
|
||
|
||
## 浏览器支持
|
||
|
||
本地开发推荐使用`Chrome 80+` 浏览器
|
||
|
||
支持现代浏览器, 不支持 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>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 |
|
||
|
||
## 维护者
|
||
|
||
[xiaoxian521](https://github.com/xiaoxian521)
|
||
|
||
## 捐赠
|
||
|
||
如果你觉得这个项目对你有帮助,你可以帮作者买一杯咖啡表示支持!
|
||
|
||

|
||
|
||
## License
|
||
|
||
[MIT © xiaoxian521-2020](./LICENSE)
|