Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 438 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 438 Bytes

vite-plugin-hydroxide

Vite Integration for Hydroxide Framework


Install

npm i -D vite-plugin-hydroxide

Usage

Add the plugin as shown below in your vite.config.js

import { defineConfig } from 'vite';
import hydroxide from 'vite-plugin-hydroxide';

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

Example

https://github.com/hydroxide-js/templates/tree/main/vite-ts