0.0.7 • Published 2 years ago

@iwelson/mock-server-cli v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

mock-server-cli

一个基于 Koa2Mockjs 快速搭建本地接口服务的命令行工具。也可以不使用 Mock.js

Mock.js 文档

快速开始

安装命令行

npm i @iwelson/mock-server-cli -g

新建项目,项目名称自定,如:mock-api

mock-server create mock-api
// 也可以使用简写
ms create mock-api

安装依赖

cd mock-api & npm install

启动服务

npm start
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago