Skip to content

Latest commit

 

History

History
 
 

vite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@anywidget/vite

A Vite plugin for anywidget

Installation

npm install -D vite @anywidget/vite

Usage

// vite.config.js
import { defineConfig } from "vite";
import anywidget from "@anywidget/vite";

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

Read the docs to learn more about configuring Vite with anywidget for your project.

License

MIT