-
-
Save johnleider/7bbb4ec04ba7b483a5289023aa9cef81 to your computer and use it in GitHub Desktop.
Docs next
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 7 ->
lerna run dev --scope vuetifyjs.com --stream
can be changed toyarn docs-dev
:)