Nuxt 2.0 upgrade / issues
sts-ryan-holton opened this issue · comments
Ryan Holton commented
Nuxt 2.0 has been released, I had some issues upgrading to this, when would Nuxt 2.0 be supported for this template?
Huseyn Guliyev commented
Here is a working nuxt2 and vuetify project.
https://github.com/p1pchenk0/nuxt-vuetify-ala-carte
Huseyn Guliyev commented
The key change is
build: {
extractCSS: true,
transpile: [/^vuetify/],
babel: {
plugins: [
[
"transform-imports",
{
vuetify: {
transform: "vuetify/es5/components/${member}",
preventFullImport: true
}
}
]
]
},
Ryan Holton commented
Thanks for this! It's working now! Should probably consider adding this to the README.md?
/cc @husayt