Installation
Install the Package
Install vue-wswg-editor using npm or yarn:
bash
npm install vue-wswg-editoror
bash
yarn add vue-wswg-editor📦 Package: vue-wswg-editor on npm
Peer Dependencies
The library requires Vue 3.4.0 or higher:
bash
npm install vue@^3.4.0Install the Vite Plugin
The library requires a Vite plugin to automatically discover blocks, layouts, and fields from your project structure.
bash
npm install --save-dev viteThe plugin is included with the library, so no additional installation is needed.
Next Steps
Once installed, proceed to the Quick Start Guide to create your first page builder.