Create a new project using Koa and Vue.js

Running with scissors: koa2 and vue.Js

Learn how the new framework Koa2 works and how you can setup a new project, along with Vue.js. This guide will get you up to the point to get things running(starting the server and have the Vue.js demo app in your browser).

Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.

Note that Node v7 is being used, which supports most ES5 and a lot of ES6 syntax, with BabelJS thrown in to fill the gaps. Coming up next is using middleware with Koa2 to allow live development and Hot Module Reloading.

Get started,here.