切换淘宝镜像。
npm install -g cnpm --
registry=https://registry.npm.taobao.org
- 安装 element ui
npm i element-ui -S
- 项目中引入添加组件
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)
切换淘宝镜像。
npm install -g cnpm --
registry=https://registry.npm.taobao.org
npm i element-ui -S
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。