安装element
cnpm i element-ui -S
在main.js中写入以下内容
import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; Vue.use(ElementUI);