Element-UI使用指南
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Element-UI使用指南相关的知识,希望对你有一定的参考价值。
一、安装好vue-cli脚手架之后
1、安装Element-UI:
npm i element-ui -S
2、项目中 main.js 文件中引用
import ElementUI from ‘element-ui‘
import ‘element-ui/lib/theme-default/index.css‘
3、注册使用:
Vue.use(ElementUI)
以上是关于Element-UI使用指南的主要内容,如果未能解决你的问题,请参考以下文章