We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b813364 commit de433eaCopy full SHA for de433ea
README.md
@@ -12,6 +12,9 @@
12
13
- [手摸手,带你用 vue 撸后台 系列一](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
14
- [ 手摸手,带你封装一个vue component](https://segmentfault.com/a/1190000009090836)
15
+ - [wiki](https://github.com/PanJiaChen/vue-element-admin/wiki)
16
+
17
+ **如有问题请先看上述问题和Wiki,不能满足,欢迎issue和pr~**
18
19
## 功能
20
- 登录/注销
@@ -48,8 +51,7 @@
48
51
49
52
# 安装依赖
50
53
npm install
-
- # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
54
+ //or # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
55
npm install --registry=https://registry.npm.taobao.org
56
57
# 本地开发 开启服务
0 commit comments