码迷,mamicode.com
首页 > 其他好文 > 详细

如何在vue项目中引入element-ui

时间:2018-10-16 17:36:49      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:rom   highlight   npm   --   安装   lib   rip   hal   项目   

安装 elementUI

npm install element-ui --save

引入elementUI

import ElementUI from ‘element-ui‘
import ‘element-ui/lib/theme-chalk/index.css‘
Vue.use(ElementUI)

如何在vue项目中引入element-ui

标签:rom   highlight   npm   --   安装   lib   rip   hal   项目   

原文地址:https://www.cnblogs.com/guoliping/p/9798709.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!