Skip to content

Hiswe/koa-nuxt-example

Repository files navigation

koa-nuxt-example

small setup for koa with nuxt

  • full no-JS support
  • flash messages with koa-session
  • handle almost all server-errors with nuxt can fail if Nuxt fail to render a server error…

launch with Node

to launch after cloning the projet:

production mode

npm install
npm start

development mode

npm install
npm run dev

launch with Docker

npm run docker:start