Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dashpilot/vue-pagebuilder

A modular pagebuilder for Vue 3, uses ES Modules instead of single-file-components
https://github.com/dashpilot/vue-pagebuilder

pagebuilder visual-editor vue vue-pagebuilder vue3

Last synced: about 2 months ago
JSON representation

A modular pagebuilder for Vue 3, uses ES Modules instead of single-file-components

Awesome Lists containing this project

README

        

# vue-pagebuilder

A visual pagebuilder for Vue 3.

Features:

- Add premade layout blocks to the page
- Rearrange and delete layout blocks
- Edit text
- Upload images (with automatic resize)
- Font Awesome icon chooser
- Change colors and fonts
- Download generated HTML

# demo

https://vue-pagebuilder.vercel.app

# preview

![App Preview](https://github.com/dashpilot/vue-pagebuilder/blob/main/editor/img/app-preview2.png?raw=true)

## Run the demo locally

To run the project locally, run:

```bash
npm run serve
```

This will start a local server on localhost:8000

## Press the :star: button

Don't forget to press the :star: button to let me know I should continue improving this project.