hanaviavia / v-craft

🎨 A Toolset for Building Extensible Page Builders with Vue.js

Home Page:https://yoychen.github.io/v-craft/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V-Craft

Main workflow codecov

V-Craft (inspired by Craft.js) is a toolset for building extensible page builders with Vue.js. Instead of a complete page builder with a user interface and designed element blocks out of the box, V-Craft only provides the essentials of the page builder. With V-Craft, you will be able to focus on the specifications and use cases of your page builder project, and build your page builder perfectly fit on your needs.

Features

  • Easily wrap your Vue.js components into page elements
  • Build-in drag-n-drop system
  • Control how page elements are edited yourself
  • Manipulatable and serializable editor state

Installation

npm

npm install @v-craft/core --save

Documentation

Read the documentation.

Contributing

All contributions are welcome. For more details, please see CONTRIBUTING.

About

🎨 A Toolset for Building Extensible Page Builders with Vue.js

https://yoychen.github.io/v-craft/

License:MIT License


Languages

Language:JavaScript 56.3%Language:Vue 42.3%Language:HTML 1.0%Language:SCSS 0.4%Language:Shell 0.0%