Directory structure
index.html-blank HTML template;
blog.html-Blog page template (preview);
landing.html-landing Page Template (preview);
login.html-Login Interface template (preview);
sidebar.html-Article template with sidebar (preview);
Write CSS in app.css;
Write JavaScript in App.js;
Mobile-Preferred Zepto, desktop-side Select JQuery, this should be the consensus of most developers. What about the cross-platform responsive web site?
Zepto small size, download fast, but in addition to small, there are other? Wifi popularity, 4G Advent, that dozens of KB is still so important? Optimize a picture several jQuery came out.
JQuery is slightly larger, which is a disadvantage. But there's a lot of detail behind jquery, a mature ecosystem, a lot of jquery plugins, a huge community, and the ability to quickly get a solution from the community when you encounter problems with jquery.
These features of JQuery help to improve the efficiency of development effectively. These are what Zepto lacks.
Performance considerations: Small volume is not equal to the implementation of high efficiency, and hundreds of thousands of times to calculate a percentage of the gap, the actual amplification of the performance difference, the actual use of less than the large amount of computation.
Although we are using zepto now, we have come from the era of mobile development specifically. Now that you have added desktop support, Zepto may not be a good choice.
Amaze UI
The Amaze UI is a lightweight, Mobile first front-end framework written based on the Popular Front end framework of the open source community.
Born for Mobile
Amaze UI uses the industry's advanced mobile first concept, the small screen gradually expanded to a large screen, the ultimate realization of all screen adaptation, to adapt to the mobile internet trend.
Web
Component-rich, modular
With nearly 20 CSS components, 10 JS components, and 17 Widgets with nearly 60 themes, the Amaze UI allows you to quickly build a great interface and experience excellent cross-screen pages, greatly improving your development efficiency.
Chinese
Localization support
Compared with the front-end framework of foreign countries, amaze UI focuses on solving Chinese typesetting optimization problems, adjusting fonts according to the operating system to achieve the best Chinese typesetting effect; provides better compatibility support for domestic mainstream browsers and APP built-in browsers, saving you a lot of compatibility debugging time.
Mobile
Lightweight, high performance
The Amaze UI is very focused on performance, based on lightweight zepto.js development, and uses CSS3 to animate, smooth, efficient, and better suited for mobile devices, allowing your WEB applications to load at high speed.
We used to do the most web-side jquery, including me, along with the update of technology, we have to constantly try new technology and development
Picture resources can be placed in the I directory.
Amazeui
├──assets
│├──css
││├──amui.all.css
││├──amui.all.min.css
││└──app.css
│├──i
││├──[email protected]
││└──favicon.png
│└──js
│├──amui.js
│├──amui.min.js
│├──amui.widget.helper.js
│├──amui.widget.helper.min.js
│├──app.js
│└──zepto.min.js
├──blog.html
├──index.html
├──landing.html
├──login.html
├──sidebar.html
└──widget.html
Amaze UI Web Mobile front end framework