generator-polymer-init-ibm-application
v0.7.0
Published
Scaffold out an IBM application
Downloads
12
Maintainers
Readme
generator-polymer-init-ibm-application
Scaffold out an IBM application
This template is a starting point for building apps using a basic layout.
This template also demonstrates use of the "PRPL pattern" This pattern allows fast first delivery and interaction with the content at the initial route requested by the user, along with fast subsequent navigation by pre-caching the remaining components required by the app and progressively loading them on-demand as the user navigates through the app.
Installation
First, install Polymer CLI using npm (we assume you have pre-installed node.js).
npm install -g polymer-cli
Then, install generator-polymer-init-ibm-application.
npm install -g generator-polymer-init-ibm-application
Generating an application
Use the following command:
polymer init ibm-application