Utility for writing frontend plugins for Datasette with Vite
Install this plugin in the same environment as Datasette.
datasette install datasette-viteUsage instructions go here.
To set up this plugin locally, first checkout the code. You can confirm it is available like this:
cd datasette-vite
# Confirm the plugin is visible
uv run datasette pluginsTo run the tests:
uv run pytest