@anywidget/vite
v0.2.0
Published
a vite plugin for anywidget
Downloads
1,843
Readme
@anywidget/vite
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