Skip to content

Instantly share code, notes, and snippets.

@johnleider
Last active November 19, 2018 18:52
Show Gist options
  • Save johnleider/7bbb4ec04ba7b483a5289023aa9cef81 to your computer and use it in GitHub Desktop.
Save johnleider/7bbb4ec04ba7b483a5289023aa9cef81 to your computer and use it in GitHub Desktop.
Docs next
# Fork vuetify https://github.com/vuetifyjs/vuetify
git clone your-fork
cd vuetify
git checkout feat/docs-next
yarn
yarn build
lerna run dev --scope vuetifyjs.com --stream
@MajesticPotatoe
Copy link

MajesticPotatoe commented Nov 19, 2018

Line 7 -> lerna run dev --scope vuetifyjs.com --stream can be changed to yarn docs-dev :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment