美文网首页
vue-cli中使用UI组件

vue-cli中使用UI组件

作者: 皇甫圣坤 | 来源:发表于2019-03-07 18:55 被阅读0次

    1. 安装相关的UI组件

    $ npm install --save element-ui

    2.在main.js中引入组件库及css

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

    3.在其他组件中直接使用UI组件即可

    相关文章

      网友评论

          本文标题:vue-cli中使用UI组件

          本文链接:https://www.haomeiwen.com/subject/zkphpqtx.html