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

Side by Side Diff: pkg/polymer/README.md

Issue 105493003: workaround for event handlers: don't return StreamSubscription as model (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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
« no previous file with comments | « pkg/polymer/CHANGELOG.md ('k') | pkg/polymer/lib/src/instance.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Polymer.dart 1 Polymer.dart
2 ============ 2 ============
3 3
4 Polymer.dart is a set of comprehensive UI and utility components 4 Polymer.dart is a set of comprehensive UI and utility components
5 for building web applications. 5 for building web applications.
6 With Polymer.dart's custom elements, templating, data binding, 6 With Polymer.dart's custom elements, templating, data binding,
7 and other features, 7 and other features,
8 you can quickly build structured, encapsulated, client-side web apps. 8 you can quickly build structured, encapsulated, client-side web apps.
9 9
10 Polymer.dart is a Dart port of 10 Polymer.dart is a Dart port of
(...skipping 22 matching lines...) Expand all
33 [polymer_expressions][] package, 33 [polymer_expressions][] package,
34 which provides an expressive syntax for use with templates. 34 which provides an expressive syntax for use with templates.
35 35
36 36
37 Try It Now 37 Try It Now
38 ----------- 38 -----------
39 Add the polymer.dart package to your pubspec.yaml file: 39 Add the polymer.dart package to your pubspec.yaml file:
40 40
41 ```yaml 41 ```yaml
42 dependencies: 42 dependencies:
43 polymer: any 43 polymer: ">=0.9.0 <0.10.0"
44 ``` 44 ```
45 45
46 Instead of using `any`, we recommend using version ranges to avoid getting your 46 Instead of using `any`, we recommend using version ranges to avoid getting your
47 project broken on each release. Using a version range lets you upgrade your 47 project broken on each release. Using a version range lets you upgrade your
48 package at your own pace. You can find the latest version number at 48 package at your own pace. You can find the latest version number at
49 <https://pub.dartlang.org/packages/polymer>. 49 <https://pub.dartlang.org/packages/polymer>.
50 50
51
51 Building and Deploying 52 Building and Deploying
52 ---------------------- 53 ----------------------
53 54
54 To build a deployable version of your app, add the polymer transformers to your 55 To build a deployable version of your app, add the polymer transformers to your
55 pubspec.yaml file: 56 pubspec.yaml file:
56 57
57 ```yaml 58 ```yaml
58 transformers: 59 transformers:
59 - polymer 60 - polymer
60 ``` 61 ```
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 [issues]: http://dartbug.com/new 117 [issues]: http://dartbug.com/new
117 [mailinglist]: https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum /web-ui 118 [mailinglist]: https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum /web-ui
118 [devlist]: https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum/web -ui-dev 119 [devlist]: https://groups.google.com/a/dartlang.org/forum/?fromgroups#!forum/web -ui-dev
119 [overview]: http://www.dartlang.org/articles/dart-web-components/ 120 [overview]: http://www.dartlang.org/articles/dart-web-components/
120 [tools]: https://www.dartlang.org/articles/dart-web-components/tools.html 121 [tools]: https://www.dartlang.org/articles/dart-web-components/tools.html
121 [spec]: https://www.dartlang.org/articles/dart-web-components/spec.html 122 [spec]: https://www.dartlang.org/articles/dart-web-components/spec.html
122 [features]: https://www.dartlang.org/articles/dart-web-components/summary.html 123 [features]: https://www.dartlang.org/articles/dart-web-components/summary.html
123 [home_page]: https://www.dartlang.org/polymer-dart/ 124 [home_page]: https://www.dartlang.org/polymer-dart/
124 [polymer_expressions]: http://pub.dartlang.org/packages/polymer_expressions/ 125 [polymer_expressions]: http://pub.dartlang.org/packages/polymer_expressions/
125 [polymer]: http://www.polymer-project.org/ 126 [polymer]: http://www.polymer-project.org/
OLDNEW
« no previous file with comments | « pkg/polymer/CHANGELOG.md ('k') | pkg/polymer/lib/src/instance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698