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
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    HDU 1950 Bridging signals(LIS)
    PKU 1094 Sorting It All Out(拓扑排序)
    中国剩余定理(孙子定理)详解
    51Nod 1079
    翻转游戏
    不构造树的情况下验证先序遍历
    图说流程管理
    从架构到流程
    POS(Plan Operation Support 和 OES(Operation Enable Support)
    流程规划方法→POS法
  • 原文地址:https://www.cnblogs.com/mingbo-zhang/p/10245905.html
Copyright © 2011-2022 走看看