Skip to content

Vuetify Framework

David Graham edited this page May 6, 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

More documentation coming... (under construction)...

Clone this wiki locally