Home > Article > Web Front-end > What is the difference between bootstrap and weui
Difference: 1. Bootstrap is a front-end framework based on HTML, CSS, and JavaScript, while weui is a set of basic style UI libraries that are consistent with WeChat’s native visual experience; 2. Bootstrap is developed by Twitter, and weui It was designed by Tencent’s WeChat official design team.
The operating environment of this tutorial: Windows7 system, bootsrap3.3.7&&weui2.3.0 version, DELL G3 computer
bootstrap introduction
Bootstrap is Twitter’s open source front-end framework based on HTML, CSS, and JavaScript. It is a front-end toolkit designed for rapid development of web applications. It supports responsive layout and adheres to mobile device priority after the V3 version.
Bootstrap provides elegant HTML and CSS specifications, which are written in the dynamic CSS language Less. Bootstrap has been very popular since its launch and has been a popular open source project on GitHub, including NASA's MSNBC (Microsoft National Broadcasting Company) Breaking News. Some frameworks that are familiar to domestic mobile developers, such as the WeX5 front-end open source framework, are also performance optimized based on the Bootstrap source code.
Weui Introduction
WeUI is a UI library designed by the WeChat official design team specifically for WeChat mobile web applications. Open source organization: Tencent
WeUI is a set of basic style libraries that are consistent with WeChat’s native visual experience. It is tailor-made for WeChat web development and can make users’ usage perception more unified. Contains various elements such as button, cell, dialog, toast, article, icon, etc.
WEUI is a set of UI frameworks for small programs. The so-called UI framework is a set of interface design solutions. There are many components in it. We only need to splice them together to quickly achieve the interface we want. , it will also make our applet more beautiful. To put it simply, weui is a set of already written CSS styles. We only need to add whichever HTML structure we need, and a more beautiful structure will be generated.
Recommended study: "bootstrap usage tutorial"
The above is the detailed content of What is the difference between bootstrap and weui. For more information, please follow other related articles on the PHP Chinese website!