mirror of
https://github.com/google/material-design-lite.git
synced 2024-11-09 16:58:39 +03:00
Sushi -> Web Starter Kit
This commit is contained in:
parent
58598dc6e4
commit
10ed4577f0
@ -1,16 +1,16 @@
|
||||
# Sushi
|
||||
# Web Starter Kit
|
||||
|
||||
A starting point for multi-device development.
|
||||
|
||||
### 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.
|
||||
Web Starter Kit 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?
|
||||
### What performance requirements does Web Starter Kit have?
|
||||
|
||||
Sushi will be striving to ship with a 60fps experience and 100% PageSpeed score out of the box.
|
||||
Web Starter Kit 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.
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
<body class="page--article">
|
||||
<header class="summary-header">
|
||||
<div class="container">
|
||||
<h1 class="summary-header__title">Welcome To Sushi</h1>
|
||||
<h1 class="summary-header__title">Welcome To Web Starter Kit</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
<article id="intro">
|
||||
<div class="editorial-header">
|
||||
<h2 class="editorial-header__subtitle">The Multi-screen web development kit</h2>
|
||||
<p class="g-wide--pull-1">Sushi is a starter kit for multi-screen web development, encompassing opinionated
|
||||
<p class="g-wide--pull-1">Web Starter Kit is a starter point for multi-screen web development, encompassing opinionated
|
||||
recommendations on boilerplate and tooling for building an experience that works
|
||||
great across multiple devices.</p>
|
||||
<p class="g-wide--pull-1">The project aims to align with the mobile web recommendations made by
|
||||
@ -64,9 +64,9 @@
|
||||
practices that fall in line with some opinions we have about how multi-screen
|
||||
webapps should be built.</p>
|
||||
|
||||
<h3>What performance requirements does Sushi have?</h3>
|
||||
<h3>What performance requirements does Web Starter Kit have?</h3>
|
||||
|
||||
<p class="g-wide--pull-1">Sushi will be striving to ship with a 60fps experience and 100% PageSpeed score out
|
||||
<p class="g-wide--pull-1">Web Starter Kit will be striving to ship with a 60fps experience and 100% PageSpeed score out
|
||||
of the box.</p>
|
||||
|
||||
<p class="g-wide--pull-1">We intend to give developers a high performance starting point for multi-device
|
||||
@ -75,7 +75,7 @@
|
||||
and the Chromium Telemetry tools for helping us stay on top of this.</p>
|
||||
|
||||
<h3>Tooling</h3>
|
||||
<p class="g-wide--pull-1">Sushi includes optional Gulp based build tooling, including features like:</p>
|
||||
<p class="g-wide--pull-1">Web Starter Kit includes optional Gulp based build tooling, including features like:</p>
|
||||
<ul>
|
||||
<li>Gulp build tooling</li>
|
||||
<li>LiveReload</li>
|
||||
@ -85,7 +85,7 @@
|
||||
<li>CSS optimization</li>
|
||||
<li>PageSpeed integration</li>
|
||||
</ul>
|
||||
<p>All of these are optional - you can get started with Sushi simply by copying this file or basic.html and
|
||||
<p>All of these are optional - you can get started with Web Starter Kit simply by copying this file or basic.html and
|
||||
editing styles.css directly.</p>
|
||||
</div>
|
||||
</article>
|
||||
@ -94,7 +94,7 @@
|
||||
<footer id="gc-footer">
|
||||
<div id="gc-copyright" class="container">
|
||||
<ul>
|
||||
<li><a href="https://github.com/yeoman/sushi">Sushi</a></li>
|
||||
<li><a href="https://github.com/yeoman/web-starter-kit">Web Starter Kit</a></li>
|
||||
<li><a href="http://www.google.com/">Google</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"name": "Mobile Boilerplate",
|
||||
"name": "Web Starter Kit",
|
||||
"launch_path": "/index.html",
|
||||
"description": "A front-end template that helps you build fast, modern mobile web apps.",
|
||||
"icons": {
|
||||
@ -19,7 +19,7 @@
|
||||
},
|
||||
"locales": {
|
||||
"en": {
|
||||
"name": "Mobile Boilerplate",
|
||||
"name": "Web Starter Kit",
|
||||
"description": "A front-end template that helps you build fast, modern mobile web apps."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user