https://github.com/hiswe/koa-nuxt-example
small setup for koa with nuxt
https://github.com/hiswe/koa-nuxt-example
Last synced: 12 months ago
JSON representation
small setup for koa with nuxt
- Host: GitHub
- URL: https://github.com/hiswe/koa-nuxt-example
- Owner: Hiswe
- License: mit
- Created: 2018-10-17T13:49:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:19:21.000Z (over 3 years ago)
- Last Synced: 2025-04-23T03:54:40.164Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@hiswe/koa-nuxt
- Size: 2.76 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```