JSPM

vuetify

0.8.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 585184
  • Score
    100M100P100Q165309F
  • License MIT

Vue JS 2.0 Components Framework

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

Downloads Version License

Vuetify.js is proudly sponsored by:

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.