VUE后台管理系统模板
Give a ⭐️ if this project helped you!
推荐使用webkit
内核浏览器
支持现代浏览器, 不支持 IE
![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|
not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
欢迎参与贡献,提出问题、新功能合并请求等!
最新的贡献情况可以参阅 GitHub 提供的contributors页面
Contributions, issues and feature requests are welcome!.
Feel free to check issues page.
欢迎提 Issues
您也可以使用脚手架搭建最简洁的启动项目
You can also use scaffolding to build the simplest startup project
npm install -g yonpm install -g generator-vue3-admin-cli
Then generate your new project:
yo vue3-admin-cli
# 克隆项目# cnpmjsgit clone https://github.com.cnpmjs.org/GeekQiaQia/vue3.0-template-admin.git# orgit clone https://github.com/GeekQiaQia/vue3.0-template-admin.git# 进入项目目录cd vue3.0-template-admin# 安装依赖 (推荐yarn)npm install / yarn# 启动服务npm run dev / yarn dev# 打包npm run build / yarn build# 本地预览打包后的dist文件npm run preview / yarn preview
# add upstreamgit remote add upstream https://github.com/GeekQiaQia/vue3.0-template-admin# 抓取源仓库修改 master分支git fetch upstream main# 切换分支git checkout main# 合并远程分支git merge upstream/main
git add * // add everything git status // check status git cz // commit change git push // push stage commit// 如果cz 命令无法找到,全局安全commitize npm install -g commitizen
开源不易, 有了您的赞助, 我们会做的更好~