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

Side by Side Diff: pkg/js/example/README.md

Issue 1406093002: pkg/js: add link to example (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months 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 | « pkg/js/README.md ('k') | pkg/js/pubspec.yaml » ('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 An example of using [Chart.js](aoeU).
2
3 This example is ported from [this sample](https://github.com/nnnick/Chart.js/blo b/b8691c9581bff0eeecb34f98e678dc045a18f33e/samples/line.html) in the `Chart.js` repository.
4
5 To view the example, run `pub serve example` from the root directory of this pro ject – the directory containing `pubspec.yaml`.
6
7 ```console
8 > pub serve example
9 Loading source assets...
10 Serving js example on http://localhost:8080
11 Build completed successfully
12 ```
13
14 You can view it with Dartium or any other browser.
OLDNEW
« no previous file with comments | « pkg/js/README.md ('k') | pkg/js/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698