zoukankan      html  css  js  c++  java
  • 常用知识及插件库地址

    Jquery

    http://www.jq22.com/  插件库

    第三方接口

    蚂蚁金服开放平台: https://docs.open.alipay.com/200/105518
    微信开放平台: https://open.weixin.qq.com/cgi-bin/index?t=home/index&lang=zh_CN
    微信支付: https://pay.weixin.qq.com/wiki/doc/api/index.html
    腾讯开放平台:http://open.qq.com
    微博开放平台:http://open.weibo.com
    腾讯信鸽推送:http://xg.qq.com

    UI 框架

    Element(vue):http://element-cn.eleme.io/2.0/#/zh-CN
    Mint UI(vue):https://mint-ui.github.io/docs/#/zh-cn2
    Antd Design (react,react-native):https://mobile.ant.design/docs/react/introduce-cn
    Bootstrap:http://www.bootcss.com
    Lottie(Android动画插件):https://github.com/airbnb/lottie-android
    Weui(微信风格):https://github.com/Tencent/weui.js
    Highcharts(折线图曲线图):https://www.hcharts.cn/demo/highcharts
    Swiper(非常好用的轮播图组件):http://www.swiper.com.cn
    CurveJs(很炫酷的动画文字线条):https://alloyteam.github.io/curvejs
    Layui:http://www.layui.com
    Vuetify(vue):https://vuetifyjs.com/vuetify/quick-start
    Semantic UI:http://www.semantic-ui.cn/introduction/getting-started.html
    Material-UI:http://www.material-ui.com
    H-ui:http://www.h-ui.net/index.shtml
    MUI(移动端):http://dev.dcloud.net.cn/mui
    Amaze:http://amazeui.org
    AUI:http://www.auicss.com
    FrozenUI:http://frozenui.github.io
    SUI:http://sui.taobao.org/sui/docs/index.html
    Pure:https://purecss.io
    UIKit:https://getuikit.com

    JavaScript

    ECMAScript 6 入门:http://es6.ruanyifeng.com
    TypeScript:https://www.tslang.cn/samples/index.html
    Lodash:https://lodash.com
    腾讯前端知识库:https://github.com/AlloyTeam/Mars
    MobX:http://cn.mobx.js.org
    MobX资料整合:https://github.com/mobxjs/awesome-mobx/blob/master/README-CN.md#%E5%8F%91%E8%A1%A8%E4%BD%9C%E5%93%81
    Dart:http://www.dartlang.cc
    CoffeeScript:http://coffee-script.org
    异常监控:http://foio.github.io/babel-try-catch
    JS函数式编程:https://llh911001.gitbooks.io/mostly-adequate-guide-chinese/content/ch1.html
    JS函数式编程(阮一峰):http://www.ruanyifeng.com/blog/2012/04/functional_programming.html
    尾调用优化(函数式编程):http://www.ruanyifeng.com/blog/2015/04/tail-call.html
    Moment.js(时间处理函数):http://momentjs.cn

    VUE

    官网:https://cn.vuejs.org
    路由:https://router.vuejs.org/zh-cn
    Vuex文档:https://vuex.vuejs.org/zh-cn
    Vuex运用:https://vux.li/#/zh-CN/README
    Axios:https://www.kancloud.cn/yunye/axios/234845
    Axios(GitHub):https://github.com/imcvampire/vue-axios
    Vue资料整合:https://github.com/keepfool/vue-tutorials
    Vue组件延迟加载:https://github.com/yeyuqiudeng/vue-lazy-render
    Vue+TypeScript:http://www.jianshu.com/p/286ceb8e866b
    类Class风格Vue:https://github.com/vuejs/vue-class-component#vue-class-component
    Vue Property Decorator(可和上一个结合使用):https://github.com/kaorun343/vue-property-decorator
    vuex-class:https://github.com/ktsn/vuex-class
    Weex(类ReactNative的开发框架):http://weex.apache.org/cn

    --------------------- 
    作者:安冉丶 
    来源:CSDN 
    原文:https://blog.csdn.net/qq_25243451/article/details/78685657 
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    linux服务器git pull/push时提示输入账号密码之免除设置
    如何查看Linux发行版本
    pm2日志切割
    CentOS下配置redis允许远程连接
    Node.js对SQLite的async/await封装
    Linux 系统命令行下,对 SQLite3 数据库使用的一般操作
    CentOS 7下使用n工具更新Node.js
    英语原理,索引
    词根词缀,非核心prefix/suffix/root
    哲学家核心价值观
  • 原文地址:https://www.cnblogs.com/wgy0528/p/10912748.html
Copyright © 2011-2022 走看看