码迷,mamicode.com
首页 > 其他好文 > 详细

Element-UI使用指南

时间:2019-02-27 22:04:23      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:指南   文件   lib   rom   import   使用   port   注册   index   

一、安装好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使用指南

标签:指南   文件   lib   rom   import   使用   port   注册   index   

原文地址:https://blog.51cto.com/9161018/2355854

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!