美文网首页
ElementUI jQuery Vue 在线css/js

ElementUI jQuery Vue 在线css/js

作者: de_self | 来源:发表于2018-08-22 16:07 被阅读134次

    引入网络资源是我在向上级发送html静态Demo的时候用的
    方便直接发送html页面,不需要发送一个工程
    https://www.bootcdn.cn/
    在公司电脑上下了个QQ浏览器,登上帐号发现收藏了这个网站
    我去,这网站上好多在线资源还有cdn加速啦啦啦啦
    稳定、快速、免费的前端开源项目 CDN 加速服务BootCDN

    网站

    Vue.js
    <script src="https://cdn.jsdelivr.net/npm/vue"></script>

    这玩儿真的不建议用,真的特别慢,而且在html页面上用vue实现这种情况比较少吧~~~~~~~

    ElementUI官方css
    <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
    ElementUI官方js
    <script src="https://unpkg.com/element-ui/lib/index.js"></script>
    bootCDN上的资源
    <link href="https://cdn.bootcss.com/element-ui/2.4.0/theme-chalk/index.css" rel="stylesheet">
    <script src="https://cdn.bootcss.com/element-ui/2.4.0/index.js"></script>

    官网jquery压缩版引用地址:
    <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
    百度压缩版引用地址:
    <script src="http://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script>

    相关文章

      网友评论

          本文标题:ElementUI jQuery Vue 在线css/js

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