0.0.5 • Published 11 months ago
pimento v0.0.5
Pimento 🌶️
Visual CSS editor.
Visually edit your live vite application, automatically writes updates back to your code files.
Install
pnpm add pimento
Add the plugin to your vite config
export default defineConfig({ // ... plugins: [react(), pimento()], // ... });
Run your application
Open the pimento browser
pnpm dlx pimento
Visit your application in the browser
0.0.5
11 months ago