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

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

Issue 301173004: Prepare for polymer 0.10.0 release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
« no previous file with comments | « pkg/polymer/CHANGELOG.md ('k') | pkg/polymer/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 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: ">=0.9.0 <0.10.0" 43 polymer: ">=0.10.0 <0.11.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
52 Building and Deploying 52 Building and Deploying
53 ---------------------- 53 ----------------------
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 [issues]: http://dartbug.com/new 117 [issues]: http://dartbug.com/new
118 [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
119 [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
120 [overview]: http://www.dartlang.org/articles/dart-web-components/ 120 [overview]: http://www.dartlang.org/articles/dart-web-components/
121 [tools]: https://www.dartlang.org/articles/dart-web-components/tools.html 121 [tools]: https://www.dartlang.org/articles/dart-web-components/tools.html
122 [spec]: https://www.dartlang.org/articles/dart-web-components/spec.html 122 [spec]: https://www.dartlang.org/articles/dart-web-components/spec.html
123 [features]: https://www.dartlang.org/articles/dart-web-components/summary.html 123 [features]: https://www.dartlang.org/articles/dart-web-components/summary.html
124 [home_page]: https://www.dartlang.org/polymer-dart/ 124 [home_page]: https://www.dartlang.org/polymer-dart/
125 [polymer_expressions]: http://pub.dartlang.org/packages/polymer_expressions/ 125 [polymer_expressions]: http://pub.dartlang.org/packages/polymer_expressions/
126 [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/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698