Polymer Starter Kit 2!
This is a really big release and brings a lot of changes with it. Most notably, Polymer Starter Kit now works with Polymer CLI.
We've put together a video walking through the new PSK release.
Other important changes:
- The layout is now based on app-layout elements
- Router is based on app-route
- Project uses PRPL loading pattern
You may notice that there is no longer a gulpfile that ships with PSK. We've written a blog post to explain this decision but the tl;dr version is that PSK now relies on Polymer CLI to generate its build. You can run polymer build
from the root of the project and it will create two distributions for you:
- A vulcanized/bundled version
- An unbundled version. This is experimental and for folks using http2 server push
If you would like to continue using gulp instead, we have a new project called Custom Build which also works with Polymer CLI but provides gulp "hooks" so you can add your own tasks.
We're really excited for this release and hope you enjoy it!