vite-plugin-retouche
v0.0.1
Published
Build Retouche-compatible applications with Vite
Downloads
3
Readme
vite-plugin-retouche
An experimental CMS for your Vite application. Annotate, Build, Edit.
See https://retouche.zugriff.eu for more information.
Usage
// vite.config.ts
import { defineConfig } from 'vite';
import retouche from 'vite-plugin-retouche';
export default defineConfig({
plugins: [retouche() /*, anyOtherPlugin() */],
});