vue引入ElementUI库

Posted ananiah

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue引入ElementUI库相关的知识,希望对你有一定的参考价值。

element国内网站:https://element.eleme.cn/#/zh-CN

引入ElementUI命令:npm install element-ui --save   (网速不好用cnpm)

在项目src目录下的main.js中引入:

import ElementUI from ‘element-ui‘
import ‘element-ui/lib/theme-default/index.css‘


// 全局使用
Vue.use(ElementUI);

 

以上是关于vue引入ElementUI库的主要内容,如果未能解决你的问题,请参考以下文章

vue中按需引入vant和elementui库设置-指南

vue elementui 引入第三方icon iconfront

【前端】vue项目同时引入elementUI和ant-design后,导致打包失败的解决方案。

vue项目中引入elementUI

SpringBoot + Vue + ElementUI 实现后台管理系统模板

SpringBoot + Vue + ElementUI 实现后台管理系统模板