Here is a template to start with nuxt and express:
https://github.com/nuxt-community/express-template
To start using it:
vue init nuxt-community/express-template <project-name>
cd <project-name> # move to your project
npm install # or yarn install
Hope it helps. Happy coding
@leetskil did @Extarys response resolve your issue?
Okay i'll try the express template method.
Follow-up Q:
After installed everything, express route will work on nuxt ../page folder and automatically generates route? Or i have to configure express for routing? Pages etc.,
It should work fine without any modifications.
thank you for clearing things up 馃憤