Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 823 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 823 Bytes

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