Skip to content

Install

This section will guide you through the process of installing this plugin in your project. If you have already completed the installation, please skip to Usage

TIP

Recommend using pnpm as a package management tool.

npm

sh
npm i -D vite-plugin-mock-dev-server

yarn

sh
yarn add -D vite-plugin-mock-dev-server

pnpm

sh
pnpm add -D vite-plugin-mock-dev-server

Released under the MIT License.