Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: samples/third_party/todomvc_performance/README.md

Issue 204733004: Added TodoMVC startup benchmarks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698