This repository was archived by the owner on May 8, 2025. It is now read-only.
Releases: vuetifyjs/vue-cli-plugins
Releases Β· vuetifyjs/vue-cli-plugins
v0.6.2
0.6.1
0.6.0
v0.4.6
v0.3.0
π Things we added
- 2c2f496 Added
vue-cli-plugin-cordova
instructions (thanks @cairinmichie) - 0c10463 Updated plugin to [email protected]
- bd6ec82 Added preset options, default and configure. Added vuetify-loader in place of existing a-la-carte functionality
v0.2.1
v0.2.0
Things we added
- #28 - a bunch of few Vuetify options that can be configured during the installation process:
- you can choose which icon font you want to use (Material Design, Material Design Icons, Font Awesome 4, Font Awesome 5)
- you can choose whether icon font should be installed as a dependency (for example for off line usage or Electron) or linked in the
index.html
- you can turn on the customProperties option which allows you to use css variables to control the theme colors
- you can choose the default locale
Things we changed
- #26 - required IE version in .browserslistrs is updated to
IE >= 10