Skip to content

Commit

Permalink
Merge pull request #440 from Epistol/patch-1
Browse files Browse the repository at this point in the history
Added a bit of clarity to the readme file
  • Loading branch information
rowanwins committed Apr 21, 2019
2 parents 5f80aed + 9dd167d commit 2b03702
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ A **Nuxt SSR-compatible** component can be found at [npm](https://www.npmjs.com/
## Development

``` bash
# install dependencies
# install your dependencies
npm install

# run dev
# install vue-dropzone
npm install vue2-dropzone

(or with yarn)

yarn add vue2-dropzone

# Execute dependencies script
npm run dev

# serve example and docs at localhost:8080
Expand Down

0 comments on commit 2b03702

Please sign in to comment.