OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 title: "Get Started" | 3 title: "Get Started" |
4 description: "Get Dart and run two Dart applications" | 4 description: "Get Dart and run two Dart applications" |
5 has-permalinks: true | 5 has-permalinks: true |
6 tutorial: | 6 tutorial: |
7 id: get-started | 7 id: get-started |
8 js: | 8 js: |
9 - url: /js/os-switcher.js | 9 - url: /js/os-switcher.js |
10 defer: true | 10 defer: true |
11 - url: /js/editor-downloads-analytics.js | 11 - url: /js/editor-downloads-analytics.js |
12 defer: true | 12 defer: true |
13 - url: /js/editor-version.js | 13 - url: /js/editor-version.js |
14 defer: true | 14 defer: true |
15 next: connect-dart-html/ | 15 next: connect-dart-html/ |
16 next-title: "Connect Dart & HTML" | 16 next-title: "Connect Dart & HTML" |
17 prev: | 17 prev: |
18 prev-title: "A Game of Darts" | 18 prev-title: "Home" |
19 --- | 19 --- |
20 | 20 |
21 {% capture whats_the_point %} | 21 {% capture whats_the_point %} |
22 | 22 |
23 * The Dart bundle has development tools, APIs, and samples. | 23 * The Dart bundle has development tools, APIs, and samples. |
24 * You can use Dart for web apps and command-line apps. | 24 * You can use Dart for web apps and command-line apps. |
25 * Run Dart web apps directly in Dartium. | 25 * Run Dart web apps directly in Dartium. |
26 * Compile Dart apps to JavaScript for other browsers. | 26 * Compile Dart apps to JavaScript for other browsers. |
27 * All Dart apps have a main() function. | 27 * All Dart apps have a main() function. |
28 * Dart supports top-level functions. | 28 * Dart supports top-level functions. |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 </ul> | 602 </ul> |
603 | 603 |
604 ##What next? | 604 ##What next? |
605 | 605 |
606 The next tutorial, [Connect Dart & HTML](/docs/tutorials/connect-dart-html/), | 606 The next tutorial, [Connect Dart & HTML](/docs/tutorials/connect-dart-html/), |
607 steps you through writing a tiny web app from scratch. | 607 steps you through writing a tiny web app from scratch. |
608 | 608 |
609 {% endcapture %} | 609 {% endcapture %} |
610 | 610 |
611 {% include tutorial.html %} | 611 {% include tutorial.html %} |
OLD | NEW |