GitHub - i5ting/koa-generator: Koa' application generator for ...
Jan 1, 2017 · Quick Start 2.x The quickest way to get started with koa is to utilize the executable koa2(1) to generate an application as shown below: Create the app:
Searching…
Jan 1, 2017 · Quick Start 2.x The quickest way to get started with koa is to utilize the executable koa2(1) to generate an application as shown below: Create the app:
Nov 19, 2024 · 1. 使用koa-generator生成koa2项目 1.全局安装脚手架工具 npm install -g koa-generator #or 简写命令 npm i -g koa-generator 2.创建项目 在项目根目录执行, koa2+项目名 koa2 servers-koa2 3.安装依赖 成功创建项目后,进入项目目录,并执行`npm install`命令安装项目依赖包
Jan 1, 2017 · fullstack koa generator for koa 1.x and 2.x. Latest version: 1.1.17, last published: 7 years ago. Start using koa-generator in your project by running `npm i koa-generator`. There are 2 other projects in...
koa2-generator is a project generator of koa. Using it can help us quickly generate the structure directory of the project and specify a fixed template engine. In general, we use koa as an interface and don’t pay much...
Yeoman generator to create a base structure for APIs based in koa2 framework, using tools such as: eslint, prettier, swagger and others
A mostly unopinionated generator for creating Rest APIs using Koa2 and ES2017+ features in a Node.js server environment as well as providing linting and testing support.