Skip to content

Vuetify Framework

David Graham edited this page May 11, 2018 · 4 revisions

Let's add a UI Framework of components to help speed up development and give the app a consistent look-and-feel.

Install Vuetify

Vuetify is my favorite choice for Vue. It follows Google's Material Design specification (which means you can continue this spec with your own custom components). It's fast, clean, and I like the way the project creator thinks (I've had the pleasure of working with him on a menu feature in an older version).

$ npm install vuetify --save-dev

Clone this wiki locally