nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 430 forks source link

Upgrade to feathers 3 #43

Closed stevenho0811 closed 5 years ago

stevenho0811 commented 6 years ago

This cli tool is easy for me to create a nuxt project and I love it!

but I got some question about 'why not upgrade nuxt and feathers to last version?'

This question is available on Nuxt.js community (#c26)
mjbates7 commented 6 years ago

I agree, would be good to see it run on the latest version or the reasons for not

egoist commented 6 years ago

It is using the latest version of Nuxt, PR welcome for updating feathers

mjbates7 commented 6 years ago

I've just created a dummy project using the create nuxt-app and it doesn't list nuxt 1.4.0 as a dependency:

image

willy-wonka-git commented 6 years ago

Also want to update versions

egoist commented 6 years ago

@mjbates7 ^ means everything greater than a particular version in the same major range.

willy-wonka-git commented 6 years ago

Please nuxt 1.4 / vuetify 1.0 or quasar (need author help for release) / feathers 3

potato4d commented 6 years ago

upgraded? https://github.com/nuxt-community/create-nuxt-app/pull/75/files#diff-2c1b5c03cf7ce7b0571fd73c12c762e8R21

leopiccionia commented 5 years ago

I hacked the Express template to make it work with Feathers 3 and be @featherjs/cli compliant, for my personal use. Unfortunately, feathers-vuex is still stuck on Feathers 2.x and Vuex 2.x.

If anyone is interested, here's the final result. If people are OK with the approach, I can submit a PR.

gustojs commented 5 years ago

I succesfully use Feathers 3 with Nuxt 2 and Feathers-Vuex using my Nuxt-feathers-vuex module. What issues in particular do you encounter?

clarkdo commented 5 years ago

featherjs 3 template has been released in create-nuxt-app 2.4.0