Skip to content

YingshanDeng/polymer2-todomvc

Repository files navigation

<polymer2-todomvc>

Polymer2 TodoMVC Example

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your application locally.

Viewing Your Application

$ bower install
$ polymer serve

Building Your Application

$ polymer build

This will create builds of your application in the build/ directory, optimized to be served in production. You can then serve the built versions by giving polymer serve a folder to serve from:

$ polymer serve build/es5-bundled

$ polymer serve build/es6-unbundled

Generate Site

$ npm run site

Releases

No releases published

Packages

No packages published