Skip to content

Creating isomorphic web applications with Nuxt and Koa.

Notifications You must be signed in to change notification settings

monsoon-universe/nuxt-koa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt + Koa

Basic samples creating a Nuxt application with Koa.

Dependencies

  • nuxt - A framework for creating Universal Vue.js Applications.
  • koa - Expressive middleware for node.js using ES2017 async functions.
  • koa-static - Koa static file serving middleware, wrapper for koa-send.
  • koa-bodyparser - A body parser for koa, base on co-body. support json, form and text type body.
  • koa-mount - Mount other Koa applications or middleware to a given pathname.
  • trie-router - Trie routing for Koa based on routington.
  • axios -Promise based HTTP client for the browser and node.js)
  • cross-env - Run scripts that set and use environment variables across platforms

Notes

  1. During the development, use: $ npm run dev

  2. backpack is used to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).

About

Creating isomorphic web applications with Nuxt and Koa.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.3%
  • Vue 34.0%
  • CSS 3.9%
  • HTML 1.8%