参考:https://element.eleme.cn/#/zh-CN/component/installation
npm i element-ui -S
在main.js中
import Vue from ‘vue‘ import ElementUI from ‘element-ui‘; Vue.use(ElementUI);
VUE Element
原文:https://www.cnblogs.com/dengziqi/p/14240460.html