vue-admin-template
                                
                                
                                
                                    vue-admin-template copied to clipboard
                            
                            
                            
                        a vue2.0 minimal admin template
在网上看到了大多数Demo,都是列表页和编辑页在同一页面,可以共用参数,如果列表页与编辑页在不同页面呢,如果共用参数?当然了,当编辑页时是可以传值过去,但编辑页修改完后呢,怎么把值再传回来?谢谢。
 
 This blog has helped me: https://www.cnblogs.com/ykbk/p/16615610.html 
解决:issues里面众多的安装依赖失败问题和npm run dev报错问题 1. 安装依赖失败问题 npm yarn 均会失败,建议使用pnpm 2. npm run dev报错,只需要升级一下svg-sprite-loader版本即可 成功启动!!!
git clone https://github.com/PanJiaChen/vue-admin-template 安装依赖: 运行:
https://github.com/PanJiaChen/vue-admin-template/blob/4c18a3f47bdb417ad8a25f09910f848cb574dee2/src/layout/components/Sidebar/SidebarItem.vue#L56 为什么不是这么写? ``` return { onlyOneChild:null }; ```` 我看 先前的提交版本 5bfadbc118e5a3e4a038549ca6dd94ae5c27cc15 中 是放置到了 return的返回值中,后来就移走了
🚀 [GitHub](https://github.com/un-pany/v3-admin-vite) 🚀 [Gitee](https://gitee.com/un-pany/v3-admin-vite) ## ⚡ Introduction v3-admin-vite is a free and open source middle and background management system basic solution, based on mainstream framework such as Vue3, TypeScript, Element-Plus,...
有没有基于这个vue-admin-template去迁移至vue3啊?