mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 21:22:33 +08:00
117 lines
5.8 KiB
Markdown
117 lines
5.8 KiB
Markdown
<div align="center">
|
||
<img src="https://gitee.com/lyt-top/vue-next-admin-images/raw/master/logo/logo-text.svg">
|
||
<p align="center">
|
||
<a href="https://v3.vuejs.org/" target="_blank">
|
||
<img src="https://img.shields.io/badge/vue.js-vue3.x-green" alt="vue">
|
||
</a>
|
||
<a href="https://element-plus.gitee.io/#/zh-CN/component/changelog" target="_blank">
|
||
<img src="https://img.shields.io/badge/element--plus-%3E1.0.0-blue" alt="element plus">
|
||
</a>
|
||
<a href="https://www.tslang.cn/" target="_blank">
|
||
<img src="https://img.shields.io/badge/typescript-%3E4.0.0-blue" alt="typescript">
|
||
</a>
|
||
<a href="https://vitejs.dev/" target="_blank">
|
||
<img src="https://img.shields.io/badge/vite-%3E2.0.0-yellow" alt="vite">
|
||
</a>
|
||
<a href="https://gitee.com/lyt-top/vue-next-admin/blob/master/LICENSE" target="_blank">
|
||
<img src="https://img.shields.io/badge/license-MIT-success" alt="license">
|
||
</a>
|
||
</p>
|
||
<p> </p>
|
||
</div>
|
||
|
||
#### 介绍
|
||
|
||
基于 vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。
|
||
|
||
#### 线上预览
|
||
|
||
- vue3.x 版本预览(vue-next-admin)<a href="https://lyt-top.gitee.io/vue-next-admin-preview/#/login" target="_blank">https://lyt-top.gitee.io/vue-next-admin-preview/#/login</a>
|
||
- vue2.x 版本预览(vue-prev-admin)<a href="https://lyt-top.gitee.io/vue-prev-admin-preview/#/login" target="_blank">https://lyt-top.gitee.io/vue-prev-admin-preview/#/login</a>
|
||
|
||
#### 代码仓库
|
||
|
||
- vue3.x 版本 <a href="https://gitee.com/lyt-top/vue-next-admin" target="_blank">https://gitee.com/lyt-top/vue-next-admin</a>
|
||
- vue2.x 版本 <a href="https://gitee.com/lyt-top/vue-next-admin/tree/vue-prev-admin" target="_blank">https://gitee.com/lyt-top/vue-next-admin/tree/vue-prev-admin</a>
|
||
|
||
#### 安装 cnpm、yarn
|
||
|
||
- 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org`
|
||
- 复制代码(桌面 cmd 运行) `npm install -g yarn`
|
||
|
||
#### 使用说明
|
||
|
||
```bash
|
||
# 克隆项目
|
||
git clone https://gitee.com/lyt-top/vue-next-admin.git
|
||
|
||
# 进入项目
|
||
cd vue-next-admin
|
||
|
||
# 安装依赖
|
||
cnpm install
|
||
|
||
# 运行项目
|
||
cnpm run dev
|
||
|
||
# 打包发布
|
||
cnpm run build
|
||
```
|
||
|
||
#### git 命令
|
||
|
||
- 在本地新建一个分支:`git branch newBranch`
|
||
- 切换到你的新分支:`git checkout newBranch`
|
||
- 将新分支发布在 github、gitee 上:`git push origin newBranch`
|
||
- 在本地删除一个分支:`git branch -d newBranch`
|
||
- 在 github 远程端删除一个分支:`git push origin :newBranch (分支名前的冒号代表删除)`
|
||
- 注意删除远程分支后,如果有对应的本地分支,本地分支并不会同步删除!
|
||
|
||
#### 学习交流加 QQ 群
|
||
|
||
- 查看开发文档、<a href="https://lyt-top.gitee.io/vue-next-admin-preview/#/login" target="_blank">vue-next-admin</a> 开发文档正在编写中...
|
||
- 群号码:<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=RdUY97Vx0T0vZ_1OOu-X1yFNkWgDwbjC&jump_from=webapi">665452019</a>
|
||
|
||
<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=RdUY97Vx0T0vZ_1OOu-X1yFNkWgDwbjC&jump_from=webapi">
|
||
<img src="https://gitee.com/lyt-top/vue-next-admin-images/raw/master/user/qqs.png" width="220" alt="vue-next-admin 讨论群" title="vue-next-admin 讨论群"/></a>
|
||
|
||
#### 鸣谢列表
|
||
|
||
- <a href="https://github.com/vuejs/vue" target="_blank">vue</a>
|
||
- <a href="https://github.com/vuejs/vue-next" target="_blank">vue-next</a>
|
||
- <a href="https://github.com/ElemeFE/element" target="_blank">element-ui</a>
|
||
- <a href="https://github.com/element-plus/element-plus" target="_blank">element-plus</a>
|
||
- <a href="https://github.com/vuejs/vue-router-next" target="_blank">vue-router-nex</a>
|
||
- <a href="https://github.com/vuejs/vuex" target="_blank">vuex</a>
|
||
- <a href="https://github.com/apache/echarts" target="_blank">echarts</a>
|
||
- <a href="https://github.com/PanJiaChen/vue-element-admin" target="_blank">vue-element-admin</a>
|
||
- <a href="https://github.com/axios/axios" target="_blank">axios</a>
|
||
- <a href="https://github.com/zenorocha/clipboard.js" target="_blank">clipboard</a>
|
||
- <a href="https://github.com/inorganik/countUp.js" target="_blank">countUp</a>
|
||
- <a href="https://github.com/developit/mitt" target="_blank">mitt</a>
|
||
- <a href="https://github.com/rstacruz/nprogress" target="_blank">nprogress</a>
|
||
- <a href="https://github.com/sindresorhus/screenfull.js" target="_blank">screenfull</a>
|
||
- <a href="https://github.com/SortableJS/Sortable" target="_blank">sortablejs</a>
|
||
- <a href="https://github.com/sass/sass" target="_blank">sass</a>
|
||
- <a href="https://github.com/microsoft/TypeScript" target="_blank">typescript</a>
|
||
- <a href="https://github.com/vitejs/vite" target="_blank">vite</a>
|
||
- <a href="https://github.com/wangeditor-team/wangEditor" target="_blank">wangeditor</a>
|
||
- <a href="https://github.com/fengyuanchen/cropperjs" target="_blank">cropperjs</a>
|
||
- <a href="https://github.com/antvis/g6" target="_blank">@antv/g6</a>
|
||
- <a href="https://github.com/davidshimjs/qrcodejs" target="_blank">qrcodejs</a>
|
||
- <a href="https://github.com/crabbly/Print.js" target="_blank">print-js</a>
|
||
- <a href="https://github.com/likaia/screen-shot" target="_blank">vue-web-screen-shot</a>
|
||
- <a href="https://github.com/jbaysolutions/vue-grid-layout" target="_blank">vue-grid-layout</a>
|
||
|
||
#### 特别感谢
|
||
|
||
特别感谢群里老哥的建议、指导与帮忙,谢谢!
|
||
|
||
- <a href="https://gitee.com/click33/sa-plus" target="_blank">@省长</a>
|
||
- <a href="https://gitee.com/jskz/Jskz-SpringCloud" target="_blank">@唐参
|
||
- <a href="https://gitee.com/chuange" target="_blank">@川歌</a>
|
||
|
||
#### 其他事项
|
||
|
||
- 喜欢用就帮忙 <a href="https://gitee.com/lyt-top/vue-next-admin" target="_blank">gitee star</a> 下,不喜欢用也没关系,出来打工、创业,大家都不容易,感谢大家的支持,谢谢!
|