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
A Vue JS 2.0 Component Framework
Install
# npm
npm install vuetify --save-dev
# yarn
yarn add vuetify --dev
Use
import Vue from 'vue'
import Vuetify from 'vuetify'
Vue.use(Vuetify)
For additional information, please visit the Official Documentation.