Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiswe/koa-nuxt-example
- Owner: Hiswe
- License: mit
- Created: 2018-10-17T13:49:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:19:21.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T12:13:56.386Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@hiswe/koa-nuxt
- Size: 2.76 MB
- Stars: 14
- Watchers: 2
- 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
```