material-design-lite/README.md

28 lines
1.3 KiB
Markdown
Raw Normal View History

2014-04-07 13:39:00 +04:00
# Sushi
2014-04-07 12:45:18 +04:00
2014-04-07 13:39:00 +04:00
A starting point for multi-device development.
2014-04-16 17:26:21 +04:00
2014-04-16 18:12:57 +04:00
### Overview
Sushi is a starter kit for multi-screen web development, encompassing opinionated recommendations on boilerplate and tooling for building an experience that works great across multiple devices.
The project aims to align with the mobile web recommendations made by Google's Web Central team and will include UX pattern samples and best practices that fall in line with some opinions we have about how multi-screen webapps should be built.
### What performance requirements does Sushi have?
Sushi will be striving to ship with a 60fps experience and 100% PageSpeed score out of the box.
We intend to give developers a high performance starting point for multi-device development, paying close attention to this requirement when deciding on the libraries and tools we prescribe. We will be employing use of PageSpeed Insights and the Chromium Telemetry tools for helping us stay on top of this.
2014-04-16 17:26:21 +04:00
### Contains:
2014-05-07 13:09:02 +04:00
* Mobile-optimized HTML Boilerplate
* Sexy mobile styles and style guide
* (Optional) Gulp build tooling
* LiveReload
* Cross-device syncronization of clicks, scrolls, navigation, form filling.
* Image optimization
* JavaScript minification and optimization
* CSS optimization
2014-05-08 22:08:12 +04:00
* PageSpeed integration