Skip to content

Commit

Permalink
Merge pull request #57 from peluprvi/patch-1
Browse files Browse the repository at this point in the history
Update README.md with yarn link vuetify
  • Loading branch information
johnleider authored and KaelWD committed Oct 28, 2018
1 parent ed7af29 commit b5d0a1f
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion packages/vuetifyjs.com/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,38 @@ yarn
npm install

npm run dev
```
```

<h2>Running with local Vuetify</h2>

<h3>Run Vuetify</h3>

``` bash
git clone https://github.com/vuetifyjs/vuetify.git

# yarn
yarn

# npm
npm install

yarn link

npm run watch
```

<h3>Link the docs</h3>

``` bash
git clone https://github.com/vuetifyjs/vuetify.git

# yarn
yarn

# npm
npm install

yarn link vuetify

npm run dev
```

0 comments on commit b5d0a1f

Please sign in to comment.