VvvebJs

拖放网站构建器 javascript 库。「Drag and drop website builder javascript library.」

Github星跟踪图

VvvebJs

Drag and drop website builder javascript library.

Built with jQuery and Bootstrap 4.

Two panel Live Demo

One panel Live Demo

Slack Discord npm

Using Startbootstrap landing page for demo page and Bootstrap 4 components.

Features

  • Components and blocks/snippets drag and drop.
  • Undo/Redo operations.
  • One or two panels interface.
  • File manager and component hierarchy navigation.
  • Add new page.
  • Live code editor.
  • Image upload with example php script included.
  • Page download or export html or save page on server with example php script included.
  • Components/Blocks list search.
  • Bootstrap 4 components.
  • Youtube, Google maps, Charts.js etc widgets.

By default the editor comes with Bootstrap 4 and Widgets components and can be extended with any kind of components and inputs.

Usage

<!-- jquery-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.hotkeys.js"></script>

<!-- bootstrap-->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>

<!-- builder code-->
<script src="libs/builder/builder.js"></script>	
<!-- undo manager-->
<script src="libs/builder/undo.js"></script>	
<!-- inputs-->
<script src="libs/builder/inputs.js"></script>	
<!-- components-->
<script src="libs/builder/components-bootstrap4.js"></script>	
<script src="libs/builder/components-widgets.js"></script>	


<script>
$(document).ready(function() 
{
	Vvveb.Builder.init('demo/index.html', function() {
		//load code after page is loaded here
		Vvveb.Gui.init();
	});
});
</script>

For editor html and components/input javascript templates check editor.html

For css changes edit scss/editor.scss and scss/_builder.scss

Documentation

For documentation check the wiki

Support

If you like the project you can support it with a PayPal donation or become a backer/sponsor via Open Collective






















License

Apache 2.0

主要指标

概览
名称与所有者givanz/VvvebJs
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台Web browsers
许可证Apache License 2.0
所有者活动
创建于2017-10-11 15:39:02
推送于2025-06-16 20:51:15
最后一次提交2025-06-16 23:51:01
发布数23
最新版本名称2.0.4 (发布于 )
第一版名称v1.0 (发布于 )
用户参与
星数7.8k
关注者数231
派生数1.7k
提交数199
已启用问题?
问题数344
打开的问题数239
拉请求数8
打开的拉请求数18
关闭的拉请求数9
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?