Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ffflabs/nuxt_koa_boilerplate
https://github.com/ffflabs/nuxt_koa_boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ffflabs/nuxt_koa_boilerplate
- Owner: ffflabs
- Created: 2019-10-01T17:04:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:50:58.000Z (about 2 years ago)
- Last Synced: 2024-10-12T09:48:38.078Z (3 months ago)
- Language: Vue
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt_koa_boilerplate
> koa_boilerplate
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).