| OLD | NEW |
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: Tools for Web UI | 3 title: Tools for Web UI |
| 4 description: "Tools for creating a project with Web UI" | 4 description: "Tools for creating a project with Web UI" |
| 5 rel: | 5 rel: |
| 6 author: sigmund-cherem | 6 author: sigmund-cherem |
| 7 --- | 7 --- |
| 8 | 8 |
| 9 # {{ page.title}} | 9 # {{ page.title}} |
| 10 | 10 |
| 11 <aside class="alert alert-danger" markdown="1"> |
| 12 <strong>Web UI is now Polymer.dart.</strong> |
| 13 Web UI has evolved to |
| 14 [Polymer.dart](/polymer-dart/), which contains many fixes and improvements. |
| 15 We encourage Web UI users to upgrade to Polymer.dart. |
| 16 The information on this page apply only to Web UI, which is now deprecated. |
| 17 </aside> |
| 18 |
| 11 _Written by Sigmund Cherem<br /> | 19 _Written by Sigmund Cherem<br /> |
| 12 October 2012 (Updated December 2012)_ | 20 October 2012 (Updated December 2012)_ |
| 13 | 21 |
| 14 | 22 |
| 15 The Web UI package (Web UI for short) provides web components and templates to | 23 The Web UI package (Web UI for short) provides web components and templates to |
| 16 help you write web applications at scale. You can learn about this package in | 24 help you write web applications at scale. You can learn about this package in |
| 17 our [explainer article](/articles/web-ui/). This article describes tools that wi
ll help | 25 our [explainer article](/articles/web-ui/). This article describes tools that wi
ll help |
| 18 you create and deploy projects that use Web UI. | 26 you create and deploy projects that use Web UI. |
| 19 | 27 |
| 20 {% include toc.html %} | 28 {% include toc.html %} |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 [Build.dart and the Dart Editor Build System](/tools/editor/build.html). | 142 [Build.dart and the Dart Editor Build System](/tools/editor/build.html). |
| 135 | 143 |
| 136 | 144 |
| 137 [dwc]: https://github.com/dart-lang/web-ui/ | 145 [dwc]: https://github.com/dart-lang/web-ui/ |
| 138 [extension]: http://dart-lang.github.com/web-ui/extension/web_ui.crx | 146 [extension]: http://dart-lang.github.com/web-ui/extension/web_ui.crx |
| 139 [dartium]: /tools/dartium/ | 147 [dartium]: /tools/dartium/ |
| 140 [editor]: /tools/editor/ | 148 [editor]: /tools/editor/ |
| 141 [dart2js]: /docs/dart-up-and-running/contents/ch04-tools-dart2js.html | 149 [dart2js]: /docs/dart-up-and-running/contents/ch04-tools-dart2js.html |
| 142 [mb]: /support/faq.html#what-browsers-supported | 150 [mb]: /support/faq.html#what-browsers-supported |
| 143 [sd]: http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html | 151 [sd]: http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html |
| OLD | NEW |