Skip to content

Cherish-xzw/generator-koa2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koa2 and Vue Generator

Build Status Coverage Status npm npm

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-koa2

Make a new directory and cd into it :

$ mkdir myApp && cd myApp

Run yo upoem-koa2 to generate this template :

$ yo upoem-koa2

Options

Vue.js

If you want to set up a project with Vue.js support, you should run

$ yo upoem-koa2 --vue

Learn More

Learn more about Koa2 template and Koa2-Vue template

About

A koa2 boilerplate generator based on yeoman.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published