vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 2.0 upgrade / issues

sts-ryan-holton opened this issue · comments

Nuxt 2.0 has been released, I had some issues upgrading to this, when would Nuxt 2.0 be supported for this template?

Here is a working nuxt2 and vuetify project.
https://github.com/p1pchenk0/nuxt-vuetify-ala-carte

The key change is

  build: {
    extractCSS: true,
    transpile: [/^vuetify/],
    babel: {
      plugins: [
        [
          "transform-imports",
          {
            vuetify: {
              transform: "vuetify/es5/components/${member}",
              preventFullImport: true
            }
          }
        ]
      ]
    },

Thanks for this! It's working now! Should probably consider adding this to the README.md?

/cc @husayt