English
Getting Started
Create a Project
just like vite create
shell
pnpm create monkey
# npm create monkey
# yarn create monkeythen you can choose the following template
| JavaScript | TypeScript |
|---|---|
| empty (only js) | empty-ts (only ts) |
| vanilla (js + css) | vanilla-ts (ts + css) |
| vue | vue-ts |
| react | react-ts |
| preact | preact-ts |
| svelte | svelte-ts |
| solid | solid-ts |
Sample: Initializing a Template

Sample: Hot Module Replacement

Sample: Build & Preview

Install the Plugin
shell
pnpm add -D vite-plugin-monkey
# npm i -D vite-plugin-monkey
# yarn add -D vite-plugin-monkeynote: vite-plugin-monkey must be the last item of plugin list