Reputation: 2356
I am watching a nuxt.js course that shows nuxt.js CLI giving an option to "Use a custom server framework". However when I run the npx create-nuxt-app
no such option is given during installation config.
Has this server preconfiguration been permanently removed from the nuxt.js? Is it possible to still achieve this somehow?
As shown here (paid course): https://www.udemy.com/course/nuxtjs-vuejs-on-steroids/learn/lecture/9175088#questions
Upvotes: 1
Views: 173
Reputation: 46754
Haha, I remember this one yeah! (nostalgy)
As said by Pooya in this github issue: https://github.com/nuxt/create-nuxt-app/issues/563#issuecomment-656611288
This feature was removed from the CLI because it introduced several possible issues for newcomers.
The recommended way is to simply use Express.js. And it should behave pretty much alike in a lot of those backends either way IMO.
Upvotes: 1