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

Side by Side Diff: README.md

Issue 69283003: add more info to the web_ui readme about polymer.dart (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Web UI 1 Web UI 0.4 (deprecated, newer versions in [Polymer.dart](https://pub.dartlang.or g/packages/polymer))
2 =========== 2 ===========
3 3
4 **PLEASE NOTE**: web_ui was renamed, and versions >= 0.5 can be found in the [Po lymer.dart package](https://pub.dartlang.org/packages/polymer) instead.
5 There have been a number of breaking changes since 0.4, you can read about [how to migrate here](https://www.dartlang.org/polymer-dart/#upgrading-from-web-ui).
6 Please feel free to [reach out to us](https://www.dartlang.org/polymer-dart/#sup port) with migration questions.
7
8 Documentation [about Web UI 0.4](https://www.dartlang.org/articles/web-ui/) is
9 still available for those that are building production applications on top of
10 this package.
11
12 Introduction
13 -----------
14
4 Web UI lets you build web apps as if you had a browser from the future. You can 15 Web UI lets you build web apps as if you had a browser from the future. You can
5 use the cool new web technologies like [Web Components][wc], 16 use the cool new web technologies like [Web Components][wc],
6 and features like dynamic templates and live data binding inspired by 17 and features like dynamic templates and live data binding inspired by
7 [Model Driven Views][mdv] and [Dart][d] today. Build apps easily using HTML as 18 [Model Driven Views][mdv] and [Dart][d] today. Build apps easily using HTML as
8 your template language, express your application's components in HTML, and 19 your template language, express your application's components in HTML, and
9 synchronize your data automatically between Dart and your components. 20 synchronize your data automatically between Dart and your components.
10 21
11 We believe that: 22 We believe that:
12 23
13 - Web Components and MDV are on their way, we should start using them now. 24 - Web Components and MDV are on their way, we should start using them now.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 [todo_readme]: https://github.com/dart-lang/web-ui/blob/master/example/todomvc/R EADME.md 106 [todo_readme]: https://github.com/dart-lang/web-ui/blob/master/example/todomvc/R EADME.md
96 [todo_live]:http://dart-lang.github.io/web-ui/example/todomvc/index.html 107 [todo_live]:http://dart-lang.github.io/web-ui/example/todomvc/index.html
97 [changelog]:https://github.com/dart-lang/web-ui/blob/master/CHANGELOG.md 108 [changelog]:https://github.com/dart-lang/web-ui/blob/master/CHANGELOG.md
98 [issues]:https://github.com/dart-lang/web-ui/issues 109 [issues]:https://github.com/dart-lang/web-ui/issues
99 [mailinglist]:https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum/ web-ui 110 [mailinglist]:https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum/ web-ui
100 [devlist]:https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum/web- ui-dev 111 [devlist]:https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum/web- ui-dev
101 [overview]:http://www.dartlang.org/articles/dart-web-components/ 112 [overview]:http://www.dartlang.org/articles/dart-web-components/
102 [tools]:https://www.dartlang.org/articles/dart-web-components/tools.html 113 [tools]:https://www.dartlang.org/articles/dart-web-components/tools.html
103 [spec]:https://www.dartlang.org/articles/dart-web-components/spec.html 114 [spec]:https://www.dartlang.org/articles/dart-web-components/spec.html
104 [features]:https://www.dartlang.org/articles/dart-web-components/summary.html 115 [features]:https://www.dartlang.org/articles/dart-web-components/summary.html
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698