项目前端地址: https://github.com/lmxdawn/vu...php
项目后端地址: https://github.com/lmxdawn/vu...css
欢迎你们的starhtml
此次加了一个通宵班, 没办法强迫症。前端
// 左侧导航栏的折叠后的样式 .slide-hide { .el-menu--collapse { .el-submenu { .el-submenu__title { span { height: 0; width: 0; overflow: hidden; visibility: hidden; display: inline-block; } .el-submenu__icon-arrow { display: none; } } } .el-menu-item { .el-tooltip { span { height: 0; width: 0; overflow: hidden; visibility: hidden; display: inline-block; } } } } }
效果以下:vue
git clone https://github.com/lmxdawn/vue-admin-html.git // 把模板下载到本地 cd vue-admin-html // 进入模板目录 npm install // 安装项目依赖,等待安装完成以后
// 开启服务器,浏览器访问 http://localhost:8080 npm run dev
// 执行构建命令,生成的dist文件夹放在服务器下便可访问 npm run build
/*eslint-disable */
忽略错误(建议使用最新版Chrome浏览器)
在线 Demogit
一些文章地址:
VUE后台管理的文章github