Yeap preset for Vite
npm install yeap-vite-presetSimplify your developement when you code an app with Yeap.
First intall the preset package from npm:
``bash`
npm install --save-dev yeap-vite-presetor
yarn add -D yeap-vite-preset
Enhance your vite config with the Yeap preset plugin in your vite.config.ts or vite.config.js:
`js
import { defineConfig } from "vite";
import yeap from "yeap-vite-preset";
export default defineConfig({
plugins: [yeap()]
});
``
MIT, see the license file.