[Vuejs]-How can I make adaptive website with vuetify?

1👍

So the whole idea of adaptive design is to create several different designs. If you have six different sizes, you would have six different versions of each page. Would recommend using Vuetify’s breakpoint system (which you can get programatically via this.$vuetify.breakpoint.name) to determine which design that you show. More details here: https://vuetifyjs.com/en/customization/breakpoints

Leave a comment