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

Side by Side Diff: src/site/_includes/downloads/_windows_section.html

Issue 701913002: Editing Sam's downloads page (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: incorporate Sam's review comments Created 6 years, 1 month 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
« no previous file with comments | « src/site/_includes/downloads/_sdk-button.html ('k') | src/site/css/dart-style.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## Download Dart
2
3 The Dart Editor bundle is the recommended way to get started with Dart on
4 Windows. When you download the Dart Editor bundle, you get everything you need
5 to create, edit, test, and build both web-based and server-side applications.
6
7 {% include downloads/_dart-editor.html buttonclass="btn-primary" %}
8
9 The Dart Editor bundle includes:
10
11 * [Dart Editor](/tools/editor/):
12 A powerful tool for editing, debugging, and running Dart
13 applications.
14 * [Dartium](/tools/dartium/):
15 A special version of Chromium that includes the Dart VM. You can
16 use Dartium to test and debug your Dart web applications.
17 * [Dart SDK](/tools/sdk/):
18 The Dart VM, libraries, and command-line tools such as
19 [dart](/tools/dart-vm/),
20 [dart2js](/tools/dart2js/),
21 [dartanalyzer](/tools/analyzer/),
22 [pub](/tools/pub/), and
23 [docgen](docgen/).
24
25
26 ## Or download just what you need
27
28 At a minimum, you need the Dart SDK.
29
30 ### Download the Dart SDK
31
32 <p class="os-choices">
33 {% include downloads/_sdk.html buttonclass="btn btn-primary btn-lg" %}
34 </p>
35
36 ### Download Dartium
37
38 If you're writing a web app,
39 we recommend downloading Dartium.
40 Dartium is a special build of Chromium that includes a Dart VM
41 so that you can test and debug your web app without first
42 compiling it to JavaScript.
43
44 {% include downloads/_dartium.html buttonclass="btn btn-primary btn-lg download- btn" %}
45
46 The Dartium binary expires after 12 weeks. When that happens, you need to
47 download a new copy to continue using Dartium.
OLDNEW
« no previous file with comments | « src/site/_includes/downloads/_sdk-button.html ('k') | src/site/css/dart-style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698