Commit 23e3b502 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Vanilladart: don't suggest dart editor as it's deprecated

Ref https://www.dartlang.org/tools/editor/
parent a034b0d7
...@@ -41,14 +41,11 @@ need to run `pub build` to prep the app for browsers without Dart VM. ...@@ -41,14 +41,11 @@ need to run `pub build` to prep the app for browsers without Dart VM.
## Installing the SDK ## Installing the SDK
First, download [Dart Editor][editor] (which includes the Dart SDK) First, the [Dart SDK][sdk]. Put the SDK's bin directory on your PATH.
or the [Dart SDK][sdk]. Put the SDK's bin directory on your PATH.
## Installing packages ## Installing packages
Dart Editor automatically runs Dart's package manager to install Run the following commands to install the dependencies
package dependencies. If you did not open the project in Dart Editor,
you need to manually install the dependencies:
``` ```
cd examples/vanilladart cd examples/vanilladart
...@@ -112,6 +109,5 @@ This TodoMVC application was created by [Mathieu Lorber](http://mlorber.net). ...@@ -112,6 +109,5 @@ This TodoMVC application was created by [Mathieu Lorber](http://mlorber.net).
[buildstatus]: https://drone.io/mlorber/todomvc-dart/latest [buildstatus]: https://drone.io/mlorber/todomvc-dart/latest
[sdk]: https://www.dartlang.org/tools/sdk/ [sdk]: https://www.dartlang.org/tools/sdk/
[pub]: http://pub.dartlang.org [pub]: http://pub.dartlang.org
[editor]: https://www.dartlang.org/tools/editor/
[pkglayout]: http://pub.dartlang.org/doc/package-layout.html [pkglayout]: http://pub.dartlang.org/doc/package-layout.html
[Dartium]: https://www.dartlang.org/tools/dartium/ [Dartium]: https://www.dartlang.org/tools/dartium/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment