Skip to content

Installation

Install the Package

Install vue-wswg-editor using npm or yarn:

bash
npm install vue-wswg-editor

or

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.0

Install 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 vite

The 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.

Released under the MIT License.