Skip to content

yeapjs/vite-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Preset for using Yeap with the vite bundler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published