zoukankan      html  css  js  c++  java
  • 前端三大主流框架中文文档

    Angular
    Angular 官方同步中文文档: https://angular.cn/docs

    Rxjs官方文档翻译: https://buctwbzs.gitbooks.io/rxjs/content/rookie-primer.html

    Typescript 中文网: https://www.tslang.cn/docs/home.html

    Ant Design of Angular中文文档: http://ng.ant.design/docs/introduce/zh

    React
    React 官方同步中文文档: https://doc.react-china.org/react/docs/hello-world.html

    React 入门中文文档: https://hulufei.gitbooks.io/react-tutorial/content/usage-with-react.html

    Redux 中文文档: http://cn.redux.js.org/

    Mobx 中文文档: https://cn.mobx.js.org/

    React-Redux 使用简述: http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_three_react-redux.html

    React Router 中文文档: https://react-guide.github.io/react-router-cn/index.html
    (V4版本采用动态路由; V2,V3版本采用静态路由, 大多数人会比较喜欢静态路由这种方法, V4所采用的动态路由更符合组件化的思想)

    React Native 中文文档: http://reactnative.cn/docs/0.46/appregistry.html

    Material UI 中文文档: https://material-ui.com/

    Ant Design UI 中文文档: http://design.alipay.com/develop/web/react/introduce

    Vue
    Vue中文网: https://cn.vuejs.org/v2/api/#updated

    Vue Router 文档: https://router.vuejs.org/zh-cn/

    Vue Vuex 文档: https://vuex.vuejs.org/zh-cn/intro.html

    Vue UI框架 iView 文档: https://www.iviewui.com/docs/guide/start

    Element UI 中文文档: http://element-cn.eleme.io/#/zh-CN/component/installation

    Ant Design of Vue 中文文档: https://vuecomponent.github.io/ant-design/docs/vue/introduce-cn/

    小程序
    小程序官方文档: https://developers.weixin.qq.com/miniprogram/dev/

    小程序框架wepy文档: https://tencent.github.io/wepy/document.html#/

    小程序mpvue文档: http://mpvue.com/

    Zan UI 小程序文档: https://youzan.github.io/zanui-weapp/#/zanui/base/icon

    webapp-iview UI 小程序文档: https://weapp.iviewui.com/?from=iview
    ---------------------
    作者:roamingcode
    来源:CSDN
    原文:https://blog.csdn.net/roamingcode/article/details/81840186
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    输入任意十进制数字,转换为任意进制表示
    Integer 原码解读
    Java 中位移运算符 >>,>>>,<<
    解读源码中的问题
    HashMap 源码解读
    js:插入节点appendChild insertBefore使用方法
    冒泡排序实例
    nodejs学习笔记(2)--Express下安装模版引擎ejs
    nodejs学习笔记(1)--express安装问题:express不是内部也或者外部的命令解决方案
    Jquery取得iframe中元素的几种方法
  • 原文地址:https://www.cnblogs.com/mingbo-zhang/p/10245905.html
Copyright © 2011-2022 走看看