Create-nuxt-app: nuxt express integration

Created on 25 Apr 2018  路  5Comments  路  Source: nuxt/create-nuxt-app

do i have to configure express to connect with nuxt?

or is it fully automated to connect express with nuxt?

though nuxt can automatically generate route through /page folder

i just want to know if it is possible with express.

This question is available on Nuxt.js community (#c33)
question

All 5 comments

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 馃憤

Was this page helpful?
0 / 5 - 0 ratings