@latest_post
How to add Vuetify to Vue.js
Basic setup
This guide builds on Quickstart guide for a new Vue.js project.
Install Vuetify
Let's use the new vue add command to install Vuetify:
vue add vuetify
4 min read