This builder (sections builder) reuses your Vue components as editable sections to produce an interactive page builder to the end user, you can use it as a prototyping tool as well as it is sort-of a block builder.
The builder is just a Vue plugin, so you can integrate this into your own projects without needing to create separate bundles for it.
Preview:
Download Details:
Author: baianat
Live Demo: https://baianat.github.io/vuse/example.html
Download Link: https://github.com/baianat/vuse/archive/master.zip
Official Website: https://github.com/baianat/vuse
Install & Download:
# Yarn
$ yarn add vuse
# NPM
$ npm install vuse --save