Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.2 KB

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.).