OLD | NEW |
---|---|
1 # Polymer TodoMVC Example | 1 # Polymer TodoMVC Example |
2 | 2 |
3 > Build structured, encapsulated, client-side web apps with Dart and web compone nts. | 3 > Build structured, encapsulated, client-side web apps with Dart and web compone nts. |
Jennifer Messerly
2014/03/19 19:27:57
remove or change this README?
| |
4 | 4 |
5 > _[Polymer.dart](https://www.dartlang.org/polymer-dart/)_ | 5 > _[Polymer.dart](https://www.dartlang.org/polymer-dart/)_ |
6 | 6 |
7 > Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers. | 7 > Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers. |
8 | 8 |
9 > _[Polymer - www.polymer-project.org](http://www.polymer-project.org/)_ | 9 > _[Polymer - www.polymer-project.org](http://www.polymer-project.org/)_ |
10 | 10 |
11 ## Learning Polymer | 11 ## Learning Polymer |
12 | 12 |
13 The [Polymer.dart website](https://www.dartlang.org/polymer-dart/) is a great re source for getting started. | 13 The [Polymer.dart website](https://www.dartlang.org/polymer-dart/) is a great re source for getting started. |
(...skipping 15 matching lines...) Expand all Loading... | |
29 | 29 |
30 To run in Dartium (Chrome with Dart VM): | 30 To run in Dartium (Chrome with Dart VM): |
31 | 31 |
32 1. Right click on web/index.html and choose "Run in Dartium" | 32 1. Right click on web/index.html and choose "Run in Dartium" |
33 | 33 |
34 To run in other browsers (such as Firefox, Internet Explorer, Safari, Chrome): | 34 To run in other browsers (such as Firefox, Internet Explorer, Safari, Chrome): |
35 | 35 |
36 1. Right click on pubspec.yaml and choose "Pub Build" | 36 1. Right click on pubspec.yaml and choose "Pub Build" |
37 2. After build finishes, expand the "build" directory | 37 2. After build finishes, expand the "build" directory |
38 3. Right click on index.html and choose "Run as JavaScript" | 38 3. Right click on index.html and choose "Run as JavaScript" |
OLD | NEW |