1.1.9 • Published 8 years ago
generator-upoem-koa2 v1.1.9
Koa2 and Vue Generator
Yeoman generator for Koa2 and Vue.js - lets you quickly set up a project with sensible defaults and best practices.
Usage
Step 1. Make sure that you have Node.js v6 or newer and npm installed on your development machine.
- node ^6.0.0
- npm ^5.0.0
Step 2. Generate this template:
Install yo and generator-upoem-koa2 :
$ npm install -g yo generator-upoem-koa2Make a new directory and cd into it :
$ mkdir myApp && cd myAppRun yo upoem-koa2 to generate this template :
$ yo upoem-koa2Options
Vue.js
If you want to set up a project with Vue.js support, you should run
$ yo upoem-koa2 --vueLearn More
Learn more about Koa2 template and Koa2-Vue template