npm vuetify 2.0.0-alpha.9
v2.0.0-alpha.9

latest releases: 3.6.10, 3.6.9, 3.6.8...
5 years ago

🚧 DISCLAIMER 🚧

⚠️ DO NOT USE IN PRODUCTION ⚠️

This is specifically for developers who want to play with the absolute latest and greatest that is coming up in the framework. With the exception of critical bugs, all issues pertaining to the alpha will be closed without question.

📖 Documentation

https://next.vuetifyjs.com

🔧 Bug Fixes

  • remove duplicated styles in dev (c53cc0e)
  • use actual folder containing file for path transform (5182ee4)

⚠️ Breaking

You must now import both app.styl and main.sass.

// src/plugins/vuetify.js
import 'vuetify/src/stylus/app.styl'
import 'vuetify/src/styles/main.sass'

Don't miss a new vuetify release

NewReleases is sending notifications on new releases.