QMUI Web is a framework that focuses on Web UI development and helps developers quickly implement a specific set of designs. The framework consists of a powerful collection of SASS methods and built-in workflows, produced by Tencent QMUI team.
Making: github.com/QMUI/QMUI_W…
Liverpoolfc.tv: qmuiteam.com/web
This update involves the update of QMUI Web framework source code and installers, among which the main one is the update of generator- QMUI 1.3.1. Generator-qmui is a standard Yeoman scaffold to help you complete all installation and configuration of QMUi Web.
NPM install -g generator-qmui # In the root directory of the project run the following command yo QMUICopy the code
This update
- Generator-qmui adds HTML scaffolding to quickly generate standard HTML5 templates with common meta information. You can also generate templates for the QMUI template engine.
- Generator – QMUI added Scss and CSS file scaffolding, which can quickly generate corresponding files suitable for QMUI format, including automatic writing author, creation date, file code and other information.
- QMUI Web optimization (authors are automatically written to Scss files when new projects are created, workflow provides uniform logging methods)
Results the preview
Take HTML for example:
Yo qmui: HTML testCopy the code
Refer to the documentation for more auxiliary tools.
The recent update
- Newly designed tool method document, the sidebar lists all methods, click the method name display method implementation;
- Add more browser adaptation method, add power calculation tool method, and tidy up the original calculation method, add a large number of examples;
- Add Commit test verification mechanism to improve stability;