Koa Template Save

Starter template for Nuxt.js with KoaJS.

Project README

Nuxt.js with Koa

KoaJS + Nuxt.js = :zap:

Installation

This is a project template for vue-cli.

vue init nuxt-community/koa-template <project-name>
cd <project-name> # 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.
npm run build Build the nuxt.js web application for production.
npm start Start KoaJS server in production.

Documentation

Licenses

Open Source Agenda is not affiliated with "Koa Template" Project. README Source: nuxt-community/koa-template
Stars
382
Open Issues
2
Last Commit
4 months ago

Open Source Agenda Badge

Open Source Agenda Rating