Interactive page editor for Nuxt 3
blökkli is an interactive page editor designed for Nuxt applications. It offers a smooth drag-and-drop interface, dynamic block appearance options, inline text editing, multilanguage support, nested blocks, restrictions, clipboard integration, and more. One of its key strengths is the seamless integration with Nuxt applications, allowing for easy creation and customization of block components.
To install blökkli in your Nuxt application, follow these steps:
npm install @dulnan/blok
<link rel="stylesheet" href="/path/to/node_modules/@dulnan/blok/dist/blok.css">
import { Blok } from '@dulnan/blok'
export default {
components: {
Blok
}
}
blökkli is a versatile page editor that enhances content editing in Nuxt applications with its user-friendly interface and seamless integration capabilities. With features like true WYSIWYG editing, dynamic block appearance options, and multilanguage support, blökkli simplifies the process of creating and customizing content blocks. Built with a focus on integration with Nuxt applications, blökkli offers a powerful tool for developers and content creators to efficiently manage and edit website content.