vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

updated nuxt & vuetify to latest and fixed eslint error (no more eslint error) #67

Closed Codefa closed 5 years ago

Codefa commented 5 years ago

Updated all dependencies & devDependencies to latest I Personally tested it without a-la-carte and it works well, also i tested with a-la-carte and it works well but i did some changes in the code, here i will show you two demos check it it works fine with new updated code with nuxt generate / nuxt build, for a-la-carte i need to some tests more and i need some helps too, for a-la-carte i used vuetify-loader and followed its docs works great without any eslint errors

demo sites

Normal Vuetify Nuxt template ( without a-la-carte ) https://nuxt-test-vuetify.herokuapp.com/

with a-la-carte https://nuxt-vuetify-a-la-carte-test.herokuapp.com/

to test my repository by adding this command $ vue init Codefa/nuxt my-project

XanderLuciano commented 5 years ago

Your PR covers my previous PR + more so I closed it in favor of this.

Codefa commented 5 years ago

Your PR covers my previous PR + more so I closed it in favor of this.

@XanderLuciano can you test my repository please select A la carte and test A la carte works or not i'm not sure about that please check it https://github.com/Codefa/nuxt $vue init Codefa/nuxt appname then we can make PR to fix A la carte