美文网首页
前端框架总结

前端框架总结

作者: 王国的荣耀 | 来源:发表于2020-07-22 14:04 被阅读0次

跨平台解决方案

taro

https://github.com/NervJS/taro
https://taro-ui.aotu.io/#/docs/quickstart

ant-design

https://github.com/ant-design/ant-design

uni-app

https://github.com/dcloudio/uni-app
https://uniapp.dcloud.io/

omi

Tencent omi
omi doc site

chameleon

github chameleon
cml example

web前端技术选型

1.基于react技术,实现对 antdesign 和taro的熟悉应用和拓展。
antd-admin

2.基于php,thinkphp、laravel 等实现web前后端的开发
ThinkAdmin

3.基于nodejs和vue的前后端的开发
smile-blog-admin

CSS

tailwindcss
bulma
bulma chinese documentation/
Blulma 是纯CSS, bootstrap是CSS + JS

React Native技术方案的可行性分析

reactnative 中文

react web 调试

install_react_in_empty_project
react-native-elements
react-native-elements/
react-native-ui-lib/docs

后台admin框架

lichengmi
ThinkAdmin
smile-blog
smile-blog-admin
smile-blog-koa
antd-admin
github antd-admin
https://doc.antd-admin.zuiidea.com/#/zh-cn/

React 相关库

  1. Ant-design
    Ant-design是阿里巴巴团队出品的ReactUI组件库。有自己独特的设计风格和理念。在支付宝、蚂蚁金服等多个阿里项目中投入使用。组件化质量非常高,开箱即用。
    官网:https://ant.design/docs/react/introduce-cn
    Github: https://github.com/ant-design/ant-design/

  2. Material-UI
    Material-UI是一款React组件库来实现Google的Material Design风格UI界面框架。也是首个React的UI工具集之一。使用它可以快速搭建出赏心悦目的应用界面。
    英文文档:https://material-ui.com
    中文文档:http://design.1sters.com
    Github: https://github.com/mui-org/material-ui

  3. React-Bootstrap
    React-Bootstrap是可重用的前端组件库。React-Bootstrap是一款基于ReactJS对Bootstrap进行封装的库。
    官网:https://react-bootstrap.github.io
    中文文档: http://react.tgwoo.com
    Github: https://github.com/react-bootstrap/react-bootstrap/

  4. SemanticUI
    Semantic UI 是一款非常优秀的前端开发框架。它在用户体验的设计上与Bootstrap和Foundation相比,更胜一筹。集成了很多很漂亮的UI模块,能够使网页制作更加高效和美观。
    官网:https://semantic-ui.com
    Github: https://github.com/semantic-org/semantic-ui/

  5. React Desktop
    一款面向MacOS Sierra和Windows10桌面风格的ReactUI组件库。React-Desktop是跨平台桌面应用程序的 UI 组件,可以在上面找到 Mac OS 和 Windows 10 的均可用 UI 组件。
    官网:http://reactdesktop.js.org/docs/
    Github: https://github.com/gabrielbull/react-desktop

  6. Blueprint
    Blueprint提供了一系列ReactUI组件,这些组件包含常用的元素、模式和Web交互。它适用于为桌面应用构建复杂且数据密集型的Web界面。它的组件使用TypeScript编写,并以Sass编写样式风格,以实现快速且灵活的开发流程。
    官网:https://apiblueprint.org
    Github: https://github.com/gabrielbull/react-desktop

  7. Fabric
    Fabric是一款用于构建类似Office和Office 365风格的React组件库。是官方用TypeScript编写的Office库之一。有所有你能见到的Office组件,包括开发入门指南、博客、官方色调以及字体等。
    官网:https://fabric-chs.readthedocs.io/zh_CN/chs/
    Github: https://github.com/fabric/fabric/

  8. Rebass
    Rebass 它包含60个组件,是一个UI库及UI设计系统。
    官网:https://rebassjs.org
    Github: https://github.com/rebassjs/rebass

  9. ReactGrommet
    Grommet是一个非常强调体验的的React组件库,所有组件都可访问,具备跨浏览器兼容性且支持主题定制。通过对属性的配置,组件的灵活性也可以进一步提高
    官网地址:https://v2.grommet.io
    Github: https://github.com/grommet/grommet

相关文章

  • 关于封装框架总结

    关于封装框架总结 常见的框架 1、常见的框架学习前端的都知道,前端有很多的丰富的框架。例如:通用框架:jQuery...

  • 优秀文章收集

    html css javascript 前端框架与插件 项目总结与日常记录 前端其他 gulp gulp API ...

  • 前端框架总结

    跨平台解决方案 taro https://github.com/NervJS/tarohttps://taro-u...

  • 前端css框架总结

    1、frozenui 链接:[http://frozenui.github.io/]备注:简单易用,轻量快捷,可定...

  • 浏览收藏文章列表

    前端 frameset frame前端框架支持ie8选择前端框架选择2前端框架选择weexframeset,fra...

  • 前端UI框架的定义

    在聊前端UI框架的定义之前,我们聊聊前端框架的用处,为什么使用前端框架?开发什么项目才会使用到前端框架?其实这些都...

  • 使用java切割图片

    前端使用了vue框架,切图有困难,所以切图这个工作交给我,总结一下. 入参 使用了thumbnailator框架 ...

  • 我的JavaScript知识树

    标签: 知识树 总结 这篇文章用于总结我所学会的知识以及我需要掌握的知识 JavaScript基础 前端构建框架...

  • NodeJS--01

    前端框架的发展历史 一篇文章了解前端框架演变前端框架的发展现状与趋势The best of JavaScript,...

  • 前端常用工作与学习网站

    前言 总结一些前端学习的网站,用以和大家分享。长期维护更新。 前端框架系列 vue vue中文官网文档vue资源v...

网友评论

      本文标题:前端框架总结

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