8000 Update browser version; add more info about tools. · rusongyu/angular.io@0bff66b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bff66b

Browse files
committed
Update browser version; add more info about tools.
1 parent 22fcdb3 commit 0bff66b

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

public/docs/dart/latest/quickstart.jade

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@
77

88

99
p.
10-
These instructions assume that you already have the Dart SDK
10+
These instructions assume that you already have the
11+
<a href="https://www.dartlang.org/downloads/">Dart SDK</a>
1112
and any tools you like to use with Dart.
12-
If not, go
13-
<a href="https://www.dartlang.org/downloads/">download Dart</a>.
14-
Then return here.
13+
If you don't have a favorite editor already, try
14+
<a href="https://confluence.jetbrains.com/display/WI/Getting+started+with+Dart">WebStorm</a>,
15+
which comes with a Dart plugin.
16+
You can also download
17+
<a href="https://www.dartlang.org/tools/">Dart plugins for
18+
other IDEs and editors</a>.
19+
20+
p.
21+
Once you have the Dart SDK and any other tools you want, return here.
1522

1623
//- STEP 1 - Create a project ##########################
1724
.l-main-section
@@ -38,7 +45,7 @@ p.
3845
version: 0.0.1
3946
dependencies:
4047
angular2: 2.0.0-alpha.25
41-
browser: any
48+
browser: ^0.10.0+2
4249
transformers:
4350
- angular2:
4451
entry_points: web/main.dart
@@ -50,7 +57,6 @@ p.
5057
code-example(language="sh").
5158
&gt; <span class="blk">pub get</span>
5259

53-
//- PENDING: browser: any -> ???
5460
//- PENDING: Create template? Link to pub/pubspec docs?
5561
5662
@@ -213,7 +219,8 @@ p.
213219
One is to launch a local HTTP server
214220
and then view the app in
215221
<a href="https://www.dartlang.org/tools/dartium/">Dartium</a>.
216-
You can use whatever server you like, such as Python's SimpleHTTPServer.
222+
You can use whatever server you like, such as WebStorm's server
223+
or Python's SimpleHTTPServer.
217224

218225
p.
219226
Another option is to build and serve the app using <code>pub serve</code>,
@@ -267,7 +274,7 @@ p.
267274
version: 0.0.1
268275
dependencies:
269276
angular2: 2.0.0-alpha.25
270-
browser: any
277+
browser: ^0.10.0+2
271278
<span class="pnk">transformers:
272279
- angular2:
273280
entry_points: web/main.dart</span>

0 commit comments

Comments
 (0)
0