1.1.1 • Published 1 year ago

yeap-vite-preset v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

yeap-vite-preset

Simplify your developement when you code an app with Yeap.

Installation

First intall the preset package from npm:

npm install --save-dev yeap-vite-preset
# or
yarn add -D yeap-vite-preset

Enhance your vite config with the Yeap preset plugin in your vite.config.ts or vite.config.js:

import { defineConfig } from "vite";
import yeap from "yeap-vite-preset";

export default defineConfig({
  plugins: [yeap()]
});

License

MIT, see the license file.

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago