yapi-plugin-mock
yapi-plugin-mock 是一款为yapi 定制的 mock 工具,方便的将本地需要 mock 的特定接口请求在发送时转到配置好的 yapi 上的 mock 地址,减少本地代码的修改;
yapi-plugin-mock 是一款为yapi 定制的 mock 工具,方便的将本地需要 mock 的特定接口请求在发送时转到配置好的 yapi 上的 mock 地址,减少本地代码的修改;
Give me a swagger file and I'll give you back api server with fake data
Automatically import mock files under the view folder in your project
基于 node-express-mock 封装
Backend Rest API for an online restaurant written in js
Yet another library for mocking data in JavaScript.
A swagger client generator for typescript
基础通信库封装
TypeScript-first HTTP request mocking
A mock Bitcoin wallet API
indexeddb封装,简单查询,可用于前端mock数据
webpack devser mocker
A mock server for webpack-dev-server
A webpack plugin based on service worker to intercept and modify requests in a development environment
Generate mocker services automatically through Swagger or OpenAPI
a webpack mock middleware
Easily mock apis with express or webpack-dev-server
``` const WebpackMockDevPlugin = require('webpack-mock-dev') modules.exports = { plugins: [ new WebpackMockDevPlugin() ] } ```
webpack-mock-server-plugin
本地mock数据管理webpack插件