Package Exports
- vuetify
- vuetify/dist/vuetify.min.css
- vuetify/src/stylus/main.styl
- vuetify/src/util/helpers
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuetify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vuetify.js is proudly sponsored by:
Looking for Vue.js jobs? Check out vuejobs.com
Install
# npm
npm install vuetify --save-dev
# yarn
yarn add vuetify --dev
Use
import Vue from 'vue'
import Vuetify from 'vuetify'
Vue.use(Vuetify)
Support
Ask your support questions on the vuetifyjs gitter.
For additional information, please visit the Official Documentation.