Skip to content

Commit

Permalink
feat(sandbox): update readme with dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlawton committed Jan 12, 2017
1 parent db5f773 commit 67257c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Development](#development)
- [License](#license)

## Installation
Expand Down Expand Up @@ -67,6 +68,21 @@ Once the **Carousel** and **Slide** components are installed globally or importe
</carousel>
```

## Development

A sandboxed dev environment is provided by [vue-play](https://github.com/vue-play/vue-play). Changes made to the component files will appear in real time in the sandbox.

To begin development, run:

``` bash
npm install
npm run dev
```

then navigate to `http://localhost:5000`

To modify and add sandbox scenarios, edit `play/index.js`

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

0 comments on commit 67257c1

Please sign in to comment.