Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt-community/koa-template
Starter template for Nuxt.js with KoaJS.
https://github.com/nuxt-community/koa-template
koa koajs nuxt nuxt-template vue
Last synced: 5 days ago
JSON representation
Starter template for Nuxt.js with KoaJS.
- Host: GitHub
- URL: https://github.com/nuxt-community/koa-template
- Owner: nuxt-community
- Created: 2017-02-14T13:17:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:58:41.000Z (about 1 year ago)
- Last Synced: 2025-01-26T12:05:53.257Z (12 days ago)
- Topics: koa, koajs, nuxt, nuxt-template, vue
- Language: JavaScript
- Homepage: https://koa.nuxtjs.org
- Size: 186 KB
- Stars: 382
- Watchers: 12
- Forks: 62
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt.js with Koa
> [KoaJS](http://koajs.com/) + [Nuxt.js](https://nuxtjs.org) = :zap:
## Installation
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).
```bash
vue init nuxt-community/koa-template
cd # move to your project
npm install # or yarn install*[see note below]
```> Make sure to use a version of vue-cli >= 2.1 (vue -V).
*Note: Due to a bug in yarn's engine version detection code if you are
using a prerelease version of Node (i.e. v7.6.0-rc.1) you will need to either:1. Use `npm install`
2. Run `yarn` with a standard release of Node and then switch back## Commands
| Command | Description |
|---------|-------------|
| npm run dev | Start KoaJS server in development with Nuxt.js in dev mode (hot reloading). Listen on [http://localhost:3000](http://localhost:3000). |
| npm run build | Build the nuxt.js web application for production. |
| npm start | Start KoaJS server in production. |## Documentation
- [KoaJS](http://koajs.com/)
- [Nuxt.js](https://nuxtjs.org/guide/)
- [Vue.js](http://vuejs.org/guide/)## Licenses
- [KoaJS license](https://github.com/koajs/koa/blob/master/LICENSE)
- [NuxtJS license](https://github.com/nuxt/nuxt.js/blob/master/LICENSE.md)
- [VueJS license](https://github.com/vuejs/vue/blob/master/LICENSE)