Skip to content

Commit

Permalink
Add install instructions
Browse files Browse the repository at this point in the history
We should add an example of how to install the individual packages on the front-facing README to account for issues like airbnb#54.
  • Loading branch information
Flaque committed Jun 8, 2017
1 parent 8b5ceeb commit d3f661c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ vx is collection of reusable low-level visualization components. vx combines the

Let's make a simple bar graph.

First we'll install the relevant packages:

```
$ npm install --save @vx/mock-data @vx/group @vx/shape @vx/scale
```

<img src="./assets/simplebar.png" height="150" />

```javascript
Expand Down

0 comments on commit d3f661c

Please sign in to comment.