OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 title: "Target 5: Install Shared Packages" | 3 title: "Target 5: Install Shared Packages" |
4 description: "Packages are bundles of source code, tools, and resources that hel
p you to organize and share code" | 4 description: "Packages are bundles of source code, tools, and resources that hel
p you to organize and share code" |
5 has-permalinks: true | 5 has-permalinks: true |
6 tutorial: | 6 tutorial: |
7 id: packages | 7 id: packages |
| 8 next: web-ui |
| 9 next-title: "Get Started with Web UI" |
| 10 prev: remove-elements |
| 11 prev-title: "Remove DOM Elements" |
8 --- | 12 --- |
9 | 13 |
10 {% capture whats_the_point %} | 14 {% capture whats_the_point %} |
11 | 15 |
12 * Packages are awesome. | 16 * Packages are awesome. |
13 * Packages are cool. | 17 * Packages are cool. |
14 * Share your code in packages, with all your friends at school. | 18 * Share your code in packages, with all your friends at school. |
15 | 19 |
16 {% endcapture %} | 20 {% endcapture %} |
17 | 21 |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 <li> | 291 <li> |
288 One important package that you will find there | 292 One important package that you will find there |
289 is | 293 is |
290 <a href="http://pub.dartlang.org/packages/web_ui">web_ui</a>—a package | 294 <a href="http://pub.dartlang.org/packages/web_ui">web_ui</a>—a package |
291 created by the Dart team that lets you use Web components and templating. | 295 created by the Dart team that lets you use Web components and templating. |
292 The | 296 The |
293 <a href="/docs/tutorials/web-ui/">next target</a> covers Web UI. | 297 <a href="/docs/tutorials/web-ui/">next target</a> covers Web UI. |
294 </li> | 298 </li> |
295 </ul> | 299 </ul> |
296 | 300 |
297 <hr> | |
298 | |
299 <div class="row"> | |
300 <div class="span3"> | |
301 <a href="/docs/tutorials/remove-elements/"><i class="icon-chevron-left"> </i>
Remove DOM Elements</a> | |
302 </div> | |
303 <div class="span3"> | |
304 <a href="http://code.google.com/p/dart/issues/entry?template=Tutorial%20feedback
" | |
305 target="_blank"> | |
306 <i class="icon-comment"> </i> | |
307 Send feedback | |
308 </a> | |
309 </div> | |
310 <div class="span3"> | |
311 <a href="/docs/tutorials/web-ui/" class="pull-right">Get Started with Web UI <
i class="icon-chevron-right"> </i> </a> | |
312 </div> | |
313 </div> | |
314 | |
315 {% endcapture %} | 301 {% endcapture %} |
316 | 302 |
317 {% include tutorial.html %} | 303 {% include tutorial.html %} |
OLD | NEW |