vue-element-admin icon indicating copy to clipboard operation
vue-element-admin copied to clipboard

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin

Results 233 vue-element-admin issues
Sort by recently updated
recently updated
newest added

使用node 10以上版本安装依赖会报nodegyp错误 但是用node10安装完依赖后,就可以用任意版本的node 进行run dev了。 应该是安装时 有个什么依赖调用了nodev10的api进行了编译

vue-element-admin,支持多登录入口(比如两个不同的登录界面,针对toB和toC ,进入的首页也不一样)、多角色、多权限有什么解决方案吗?

https://cli.vuejs.org/migrations/migrate-from-v4.html webpack 5 之后, vue-cli4也同样需要升级为vue-cli5

想使用element-ui 3.0 可以怎么去升级呢?

PS C:\Users\user\Downloads\vue-element-admin-master> npm install npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent An unknown git error occurred npm...

## Question(提问) 想请教为什么安装依赖一定要在github添加SSH, 是否能在哪个文件更改这一设置。 #### Steps to reproduce(问题复现步骤) 1. 下载了项目压缩包到公司电脑 2. 公司只能访问内网, 内网npm仓库有相关所需依赖 3. npm i 报错 “ssh:connect to host github.com port 22: Connection timed out ...”, 在自己电脑安装时也遇到了, 通过在github添加SSH解决, 但在内网无法连接github...

不知道怎么回事,点击左侧菜单跳转以后,再点击浏览器的刷新按钮就回到首页了,有哪位大神知道原因吗

## Feature request(新功能建议) 什么时候升级vue3.0

## Feature request(新功能建议) 期望可以升级到vue3.0

![image](https://user-images.githubusercontent.com/33373254/105665094-2ed92e80-5f11-11eb-9676-9d351ee90975.png) 默认 JSON.parse() 转换对象后 多出两个字段 isRootInsert 和 elm, 通过组件传递后,会把 这两个当作属性 放入到json中 初次渲染不会 有这样的情况 多出的参数示例: ![image](https://user-images.githubusercontent.com/33373254/105665172-69db6200-5f11-11eb-8d32-ac9afc1ea4f0.png)