skyrpex / laravel-nuxt-js

Build a SPA with Laravel and Nuxt.
https://www.npmjs.com/package/laravel-nuxt
MIT License
146 stars 20 forks source link

@nuxtjs/vuetify wont work #37

Open MNSY opened 4 years ago

MNSY commented 4 years ago

Hi, @nuxtjs/vuetifywont work when added nuxt.config.js

{
  buildModules: [
    '@nuxtjs/vuetify'
  ],
  vuetify: {
    /* module options */
  }
}

while it works when add as plugin or, add nuxt manually and then add @nuxtjs/vuetify

skyrpex commented 4 years ago

Hi @MNSY, could you provide an example repository?