koa2 generator

Searching…

juejin.cn

koa-generator 快速生成 koa2 服务的脚手架工具 - 掘金

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`命令安装项目依赖包

www.npmjs.com

koa-generator - npm

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

www.programmersought.com

Build a koa project through koa2-generator - Programmer Sought

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

libraries.io

koa-api-generator 1.1.0 on npm - Libraries.io

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.