Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 785 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 785 Bytes

Vuetify Documentation

This is the repository for the Vuetify documentation.

Project Install

git clone https://github.com/vuetifyjs/vuetifyjs.com.git

# yarn
yarn

# npm
npm install

npm run dev

Running with local Vuetify

Run Vuetify

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

# yarn
yarn

# npm
npm install

yarn link

npm run watch

Link Vuetify to docs

git clone https://github.com/vuetifyjs/vuetifyjs.com.git

# yarn
yarn

# npm
npm install

yarn link vuetify

npm run dev