美文网首页
Element(前端组件)

Element(前端组件)

作者: JacksonMrwang | 来源:发表于2019-03-04 14:14 被阅读0次

    http://element-cn.eleme.io/#/zh-CN/component/installation

    web前端无所不能

    引js

    <!-- 引入样式 -->
    <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
    <!-- 引入组件库 -->
    <script src="https://unpkg.com/element-ui/lib/index.js"></script>
    

    npm安装

    1.查看是否安装nodejs

    npm i element-ui -s
    

    相关文章

      网友评论

          本文标题:Element(前端组件)

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