Skip to content

tangyk/vue-cli-preset-vuetify

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Vuetify is an open source MIT project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider:

πŸ“‘ License

MIT

Copyright (c) 2016-present Vuetify LLC

About

πŸ—ƒ An opinionated Vue CLI 3 Vuetify Preset

Resources

License

Stars

Watchers

Forks

Packages

No packages published