Polymer Starter Kit 1.3.0
π New to the project? Download Polymer Starter Kit Light and serve up the app
directory. Simples. A video walkthrough of the project and tutorials are also available.
PSK 1.3.0 is now out. A full changelog is available for this release. Thanks to everyone that contributed <3. Check out the Highlights and available Downloads below.
Highlights
- Remove header flicker when navigating between pages π¦
- Improve main toolbar text and icon color π¨
- New neon pages recipe π https://github.com/PolymerElements/polymer-starter-kit/blob/master/docs/neon-animated-pages.md
- Change header accessibility for better a11y π
- Add new ESLint recipe π
- Switch to using a new variable for
--primary-text-color
instead of a hard coded color π
Downloads available π¦
Beginners
β¬οΈ polymer-starter-kit-light-1.3.0 - a simpler start with just Polymer, some elements and layout.
This requires no additional tools from us and already has dependencies checked in. You can download this version, cd app
into it and just run python -m SimpleHTTPServer 8080
(or with Python 3 python -m http.server 8080
), WAMP or another local server setup to get it running.
Intermediate - Advanced users
β¬οΈ polymer-starter-kit-1.3.0.zip - the kit with all of our build process & developer tooling and (optional) offline support. Use this version if building something you're targeting for production.
You will need to run a one-liner to install the Node and Bower dependencies needed once downloaded. We walk you through this in our README.