Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiswe/koa-nuxt-example

small setup for koa with nuxt
https://github.com/hiswe/koa-nuxt-example

Last synced: 30 days ago
JSON representation

small setup for koa with nuxt

Awesome Lists containing this project

README

        

# 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](#launch-with-node)
- [production mode](#production-mode)
- [development mode](#development-mode)
- [launch with Docker](#launch-with-docker)

## launch with Node

to launch after cloning the projet:

### production mode

```sh
npm install
npm start
```

### development mode

```sh
npm install
npm run dev
```

## launch with Docker

```sh
npm run docker:start
```