Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Update README (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd authored and robdodson committed Jan 12, 2017
1 parent 8e74373 commit f9bb50d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The PRPL pattern, in a nutshell:

##### Prerequisites

Install [polymer-cli](https://github.com/Polymer/polymer-cli):
First, install [Polymer CLI](https://github.com/Polymer/polymer-cli) using
[npm](https://www.npmjs.com) (we assume you have pre-installed [node.js](https://nodejs.org)).

npm install -g polymer-cli

Expand All @@ -43,7 +44,6 @@ routing for the app:

polymer serve --open


### Build

This command performs HTML, CSS, and JS minification on the application
Expand Down Expand Up @@ -72,17 +72,16 @@ generated using fragment bundling:

### Run tests

This command will run
[Web Component Tester](https://github.com/Polymer/web-component-tester) against the
browsers currently installed on your machine.
This command will run [Web Component Tester](https://github.com/Polymer/web-component-tester)
against the browsers currently installed on your machine:

polymer test

### Adding a new view

You can extend the app by adding more views that will be demand-loaded
e.g. based on the route, or to progressively render non-critical sections
of the application. Each new demand-loaded fragment should be added to the
list of `fragments` in the included `polymer.json` file. This will ensure
those components and their dependencies are added to the list of pre-cached
components (and will have bundles created in the fallback `bundled` build).
e.g. based on the route, or to progressively render non-critical sections of the
application. Each new demand-loaded fragment should be added to the list of
`fragments` in the included `polymer.json` file. This will ensure those
components and their dependencies are added to the list of pre-cached components
and will be included in the `bundled` build.

0 comments on commit f9bb50d

Please sign in to comment.