0.5.3 • Published 5 years ago

preset-vuetify v0.5.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

vue-cli-preset-vuetify

A Vue CLI 3 Preset for generating scaffolded Vuetify applications

💿 Install

vue create my-project --preset vuetifyjs/vue-cli-preset-vuetify

🚀 Usage

Default Component Structure

Adds base and core components.

  • base: Global components that are automatically loaded
  • core: Application level components

Vuetify

Plugins

Lighthouse

94/100/100 Desktop

92/100/100 Mobile

@mdi/js Icons

With @mdi/js you must import the corresponding icon that you plan to use (custom).

<template>
  <v-icon>{{ mdiHeart }}</v-icon>
</template>

<script>
  import { mdiHeart } from '@mdi/js'

  export default {
    data: () => ({ mdiHeart })
  }
</script>

💪 Supporting Vuetify

📑 License

MIT

Copyright (c) 2016-present Vuetify LLC

0.5.3

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago