在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:vue-quasar-manage开源软件地址:https://gitee.com/incimo/vue-quasar-manage开源软件介绍:
Vue-Quasar-Manage 是一款中后台前端解决方案:
当然如果你想要 使用这个项目前您需要了解如下技术栈: ES6 | Node.js | Webpack | Vue | Vuex | Vue-Router | Vue-cli | Axios | ESlint DEMO地址
更新日志
方法 1 : 如果你不想修改源码,在 import layout from '../components/Layout/layout'{ path: '/start', name: 'start', component: layout, children: [{...}]} 方法 2 (兼容按需加载): 修改 async function handleKeepAlive (to) { if (to.matched && to.matched.length > 2) { for (let i = 0; i < to.matched.length; i++) { const element = to.matched[i] if (element.components.default.name === 'layout') { to.matched.splice(i, 1) await handleKeepAlive(to) } if (typeof element.components.default === 'function') { await element.components.default() await handleKeepAlive(to) } } }} 经过测试两种方式都可行,不过,总觉得递归和异步套着来一点都不爽 ┗( ▔, ▔ )┛,所以我用第一种...能简单解决的问题,何必复杂化捏...
如何运行请确保您的计算机已经安装了 建议使用模板项目 vue-quasar-manage-template 进行开发。 1、克隆项目 git clone https://github.com/972784674t/vue-quasar-manage-template.git 2、在项目文件夹 cmd 下,下载项目所需依赖 npm install 或 cnpm i (如果您正在使用 cnpm,但是 cnpm 下载依赖不太稳定 ) 3、在项目文件夹 cmd 下,启动开发服务器 npm run serve 如何打包npm run build LicenseCopyright (c) 2015-present Razvan Stoenescu |
请发表评论