The most popular front-end framework at present
1. bootstrap
The most popular HTML at present , CSS and JavaScript framework for developing responsive, mobile-first web projects
gethub: https://github.com/twbs/bootstrap
Official website: http://getbootstrap .com/
2, vue
An intuitive, fast and concise MVVM framework for creating user interfaces
gethub: https://github.com/vuejs /vue
Official website: https://vuejs.org/
3, angular.js
The MVVM framework launched by Google, which will automatically Your UI (view) synchronizes data to the javascript model.
gethub: https://github.com/angular/angular.js
Official website: https://angularjs.org/
4, react
A declarative, efficient and flexible JavaScript library for creating user interfaces launched by Facebook
gethub: https://github.com/facebook/react
Official website : https://reactjs.org/
5, webpack
A static module packager for modern JavaScript applications
gethub: https://github.com/ webpack/webpack
Official website: https://webpack.js.org/
UI Framework
1、react-native
A framework for creating native APPs based on React. It uses the same design as React, allowing you to compose rich mobile UI from declarative components.
gethub: https://github.com/facebook/react-native
Official website: http://facebook.github.io/react-native/
2 , layer
A pop-up layer framework under the layui framework can be used on both PC and mobile terminals. It is simple and convenient
Official website: http://layer.layui.com/
3 , video.js
Video.js - open source HTMl5 and Flash video player
gethub: https://github.com/videojs/video.js
official website :https://videojs.com/
Related recommendations: "layui framework tutorial"
css framework
1 , animate.css
Cross-browser CSS3 animation library, easy to use
gethub: https://github.com/daneden/animate.css
Official website: https ://daneden.github.io/animate.css/
2, Font-Awesome
Icon font and CSS kit, Font Awesome is a complete set of font libraries containing 585 pictographic vector icons , created and maintained by Dave Gandy, stay updated on Twitter for the latest version releases
gethub: https://github.com/FortAwesome/Font-Awesome
Official website: https:// fontawesome.com/?from=io
3, Hover
CSS3 animation effect when the mouse moves over the element, can be used in hyperlinks, buttons, logos, SVG, pictures, etc. It can be easily used on your own elements, supporting CSS, Sass, and LESS
gethub: https://github.com/IanLunn/Hover
Official website: https://ianlunn .github.io/Hover/
4, metro-ui-css
CSS styles used to build Windows 8 Metro UI style interface
gethub: https:// github.com/olton/Metro-UI-CSS
Official website: https://metroui.org.ua/examples.html
Visual View Framework
1, d3
A JavaScript visualization library for HTML and SVG
gethub: https://github.com/d3/d3
Official website :https://d3js.org/
2, three.js
JavaScript 3D library, this project aims to create a lightweight, easy-to-use 3D graphics library
gethub: https://github.com/mrdoob/three.js
Official website: https://threejs.org/
3, echarts
Baidu Team A commercial-grade data chart developed
gethub: https://github.com/apache/incubator-echarts
Official website: http://echarts.baidu.com/
4. Chart.js
Concise HTML5 chart using
gethub: https://github.com/chartjs/Chart.js
Official website: https://www.chartjs.org/
The above is the detailed content of What other front-end frameworks are there besides layui?. For more information, please follow other related articles on the PHP Chinese website!