This is the repository for the Vuetify documentation.
git clone https://github.com/vuetifyjs/vuetifyjs.com.git
# yarn
yarn
# npm
npm install
npm run dev
git clone https://github.com/vuetifyjs/vuetify.git
# yarn
yarn
# npm
npm install
yarn link
npm run watch
git clone https://github.com/vuetifyjs/vuetifyjs.com.git
# yarn
yarn
# npm
npm install
yarn link vuetify
npm run dev