>: cnpm i element-ui -S
import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; Vue.use(ElementUI);
依照官网 https://element.eleme.cn/#/zh-CN/component/installation api