006 ElementUI

https://element.eleme.cn/#/zh-CN
ElementUI是组件库,网站快速成型工具

npm i [email protected]

在 main.js 中写入以下内容:

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

你可能感兴趣的:(vue,vue.js,前端,elementui)