If you want to test the vuetify development branch in your project, you might think you could use the github URL to the dev branch of the repository, like this:
yarn add git://github.com/vuetifyjs/vuetify#dev
However, this does not work. The files in dist/* are not rebuilt after every commit- you're probably just importing the most recent release.