0.0.1 • Published 1 year ago

vite-plugin-retouche v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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() */],
});
0.0.1

1 year ago