在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP网站 → 可视化建站系统

可视化建站系统

PHP网站

下载此实例
  • 开发语言:PHP
  • 实例大小:11.74M
  • 下载次数:29
  • 浏览次数:310
  • 发布时间:2022-08-14
  • 实例类别:PHP网站
  • 发 布 人:jaxzhu
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 可视化 建站 系统

实例介绍

【实例简介】可视化建站系统

【实例截图】

from clipboard

【核心代码】

.
├── VvvebJs-master
│   ├── Credits.md
│   ├── LICENSE
│   ├── README.md
│   ├── css
│   │   ├── editor.css
│   │   └── vvvebjs-editor-helpers.css
│   ├── demo
│   │   ├── album
│   │   │   └── index.html
│   │   ├── blog
│   │   │   ├── blog.css
│   │   │   └── index.html
│   │   ├── carousel
│   │   │   ├── carousel.css
│   │   │   └── index.html
│   │   ├── narrow-jumbotron
│   │   │   ├── index.html
│   │   │   └── narrow-jumbotron.css
│   │   ├── offcanvas
│   │   │   ├── index.html
│   │   │   ├── offcanvas.css
│   │   │   └── offcanvas.js
│   │   ├── pricing
│   │   │   ├── index.html
│   │   │   └── pricing.css
│   │   └── product
│   │       ├── index.html
│   │       └── product.css
│   ├── editor.html
│   ├── editor.php
│   ├── favicon.ico
│   ├── fonts
│   │   └── line-awesome
│   │       ├── la-brands-400.eot
│   │       ├── la-brands-400.svg
│   │       ├── la-brands-400.ttf
│   │       ├── la-brands-400.woff
│   │       ├── la-brands-400.woff2
│   │       ├── la-regular-400.eot
│   │       ├── la-regular-400.svg
│   │       ├── la-regular-400.ttf
│   │       ├── la-regular-400.woff
│   │       ├── la-regular-400.woff2
│   │       ├── la-solid-900.eot
│   │       ├── la-solid-900.svg
│   │       ├── la-solid-900.ttf
│   │       ├── la-solid-900.woff
│   │       └── la-solid-900.woff2
│   ├── gulpfile.js
│   ├── img
│   │   └── logo.png
│   ├── js
│   │   ├── bootstrap.min.js
│   │   ├── jquery.hotkeys.js
│   │   ├── jquery.min.js
│   │   └── popper.min.js
│   ├── libs
│   │   ├── aos
│   │   │   ├── aos.css
│   │   │   └── aos.js
│   │   ├── autocomplete
│   │   │   ├── autocomplete.gif
│   │   │   └── jquery.autocomplete.js
│   │   ├── bootstrap-colorpicker
│   │   │   ├── css
│   │   │   │   ├── bootstrap-colorpicker.min.css
│   │   │   │   └── bootstrap-colorpicker.min.css.map
│   │   │   └── js
│   │   │       ├── bootstrap-colorpicker.min.js
│   │   │       └── bootstrap-colorpicker.min.js.map
│   │   ├── builder
│   │   │   ├── blocks-bootstrap4.js
│   │   │   ├── builder.js
│   │   │   ├── components-bootstrap4.js
│   │   │   ├── components-bootstrap5.js
│   │   │   ├── components-common.js
│   │   │   ├── components-elements.js
│   │   │   ├── components-html.js
│   │   │   ├── components-server.js
│   │   │   ├── components-widgets.js
│   │   │   ├── icons
│   │   │   │   ├── alert.svg
│   │   │   │   ├── arrow-down.svg
│   │   │   │   ├── arrow-right.svg
│   │   │   │   ├── badge.svg
│   │   │   │   ├── breadcrumbs.svg
│   │   │   │   ├── button.svg
│   │   │   │   ├── button_group.svg
│   │   │   │   ├── button_toolbar.svg
│   │   │   │   ├── cart.svg
│   │   │   │   ├── categories.svg
│   │   │   │   ├── chart.svg
│   │   │   │   ├── checkbox.svg
│   │   │   │   ├── checkout.svg
│   │   │   │   ├── chevron-down.svg
│   │   │   │   ├── chevron-right.svg
│   │   │   │   ├── components
│   │   │   │   │   ├── cart.svg
│   │   │   │   │   ├── checkbox.svg
│   │   │   │   │   ├── contact-form.svg
│   │   │   │   │   └── map.svg
│   │   │   │   ├── container.svg
│   │   │   │   ├── facebook.svg
│   │   │   │   ├── file-manager-layout.svg
│   │   │   │   ├── file.svg
│   │   │   │   ├── filters.svg
│   │   │   │   ├── folder.svg
│   │   │   │   ├── form.svg
│   │   │   │   ├── grid_row.svg
│   │   │   │   ├── heading.svg
│   │   │   │   ├── hr.svg
│   │   │   │   ├── image.svg
│   │   │   │   ├── instagram.svg
│   │   │   │   ├── jumbotron.svg
│   │   │   │   ├── label.svg
│   │   │   │   ├── left-column-layout.svg
│   │   │   │   ├── link.svg
│   │   │   │   ├── list_group.svg
│   │   │   │   ├── map.svg
│   │   │   │   ├── maps.png
│   │   │   │   ├── minus_round.svg
│   │   │   │   ├── navbar.svg
│   │   │   │   ├── pagination.svg
│   │   │   │   ├── panel.svg
│   │   │   │   ├── paragraph.svg
│   │   │   │   ├── paypal.svg
│   │   │   │   ├── play-button.svg
│   │   │   │   ├── plus_round.svg
│   │   │   │   ├── product.svg
│   │   │   │   ├── product_gallery.svg
│   │   │   │   ├── products.svg
│   │   │   │   ├── progressbar.svg
│   │   │   │   ├── radio.svg
│   │   │   │   ├── right-column-layout.svg
│   │   │   │   ├── search.svg
│   │   │   │   ├── select_input.svg
│   │   │   │   ├── slider.svg
│   │   │   │   ├── star.svg
│   │   │   │   ├── table.svg
│   │   │   │   ├── text_area.svg
│   │   │   │   ├── text_input.svg
│   │   │   │   ├── twitter.svg
│   │   │   │   ├── user.svg
│   │   │   │   ├── video.svg
│   │   │   │   └── well.svg
│   │   │   ├── inputs.js
│   │   │   ├── plugin-aos.js
│   │   │   ├── plugin-bootstrap-colorpicker.js
│   │   │   ├── plugin-ckeditor.js
│   │   │   ├── plugin-codemirror.js
│   │   │   ├── plugin-google-fonts.js
│   │   │   ├── plugin-jszip.js
│   │   │   ├── plugin-media.js
│   │   │   ├── plugin-tinymce.js
│   │   │   ├── sections-bootstrap4.js
│   │   │   └── undo.js
│   │   ├── codemirror
│   │   │   ├── lib
│   │   │   │   ├── codemirror.css
│   │   │   │   ├── codemirror.js
│   │   │   │   ├── formatting.js
│   │   │   │   └── xml.js
│   │   │   └── theme
│   │   │       └── material.css
│   │   ├── jszip
│   │   │   ├── filesaver.js
│   │   │   ├── filesaver.min.js
│   │   │   ├── jszip.js
│   │   │   └── jszip.min.js
│   │   └── media
│   │       ├── media.css
│   │       ├── media.js
│   │       └── openverse.js
│   ├── media
│   │   ├── 15.jpg
│   │   ├── 2.jpg
│   │   ├── 4.jpg
│   │   ├── 5.jpg
│   │   ├── 6.jpg
│   │   ├── 7.jpg
│   │   └── mountains
│   │       ├── 1.jpg
│   │       ├── 12.jpg
│   │       └── 3.jpg
│   ├── new-page-blank-template.html
│   ├── package-lock.json
│   ├── package.json
│   ├── resources
│   │   ├── google-fonts.json
│   │   └── svg
│   │       └── icons
│   │           ├── 150-outlined-icons
│   │           │   ├── index.html
│   │           │   └── readme.txt
│   │           ├── 77_essential_icons
│   │           │   ├── index.html
│   │           │   └── readme.txt
│   │           ├── ant-design-icons
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── boxicons
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── clarity-icons
│   │           │   ├── LICENSE
│   │           │   ├── NOTICE.txt
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── coreui-icons
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── css.gg
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── dripicons
│   │           │   ├── LICENSE
│   │           │   ├── index.html
│   │           │   └── readme.txt
│   │           ├── elegant-font
│   │           │   ├── gpl_license.txt
│   │           │   ├── index.html
│   │           │   └── mit_license.txt
│   │           ├── eva-icons
│   │           │   ├── LICENSE.txt
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── feather
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── font-awesome
│   │           │   ├── LICENSE.txt
│   │           │   └── index.html
│   │           ├── heroicons
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── iconoir
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── iconsax
│   │           │   ├── index.html
│   │           │   └── license.txt
│   │           ├── ikonate
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── ionicons
│   │           │   ├── LICENSE
│   │           │   ├── index.html
│   │           │   └── readme.md
│   │           ├── jam-icons
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── linea
│   │           │   ├── index.html
│   │           │   ├── read_me.txt
│   │           │   └── style.css
│   │           ├── lineawesome
│   │           │   ├── LICENSE.txt
│   │           │   └── index.html
│   │           ├── material-design
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── octicons
│   │           │   ├── LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── olicons
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── open-iconic
│   │           │   ├── ICON-LICENSE
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── pe-icon-7-stroke
│   │           │   ├── index.html
│   │           │   └── read-me.txt
│   │           ├── remix-icon
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── system-uicons
│   │           │   ├── LICENSE
│   │           │   └── index.html
│   │           ├── tabler-icons
│   │           │   ├── LICENSE
│   │           │   ├── LICENSE.txt
│   │           │   ├── README.md
│   │           │   └── index.html
│   │           ├── themify
│   │           │   ├── index.html
│   │           │   └── readme.txt
│   │           └── unicons
│   │               ├── LICENSE
│   │               ├── README.md
│   │               └── index.html
│   ├── save.php
│   ├── scan.php
│   ├── scss
│   │   ├── _bootstrap-css-vars.scss
│   │   ├── _builder.scss
│   │   ├── _csstree.scss
│   │   ├── bootstrap
│   │   │   ├── _accordion.scss
│   │   │   ├── _alert.scss
│   │   │   ├── _badge.scss
│   │   │   ├── _breadcrumb.scss
│   │   │   ├── _button-group.scss
│   │   │   ├── _buttons.scss
│   │   │   ├── _card.scss
│   │   │   ├── _carousel.scss
│   │   │   ├── _close.scss
│   │   │   ├── _containers.scss
│   │   │   ├── _dropdown.scss
│   │   │   ├── _forms.scss
│   │   │   ├── _functions.scss
│   │   │   ├── _grid.scss
│   │   │   ├── _helpers.scss
│   │   │   ├── _images.scss
│   │   │   ├── _list-group.scss
│   │   │   ├── _maps.scss
│   │   │   ├── _mixins.scss
│   │   │   ├── _modal.scss
│   │   │   ├── _nav.scss
│   │   │   ├── _navbar.scss
│   │   │   ├── _offcanvas.scss
│   │   │   ├── _pagination.scss
│   │   │   ├── _placeholders.scss
│   │   │   ├── _popover.scss
│   │   │   ├── _progress.scss
│   │   │   ├── _reboot.scss
│   │   │   ├── _root.scss
│   │   │   ├── _spinners.scss
│   │   │   ├── _tables.scss
│   │   │   ├── _toasts.scss
│   │   │   ├── _tooltip.scss
│   │   │   ├── _transitions.scss
│   │   │   ├── _type.scss
│   │   │   ├── _utilities.scss
│   │   │   ├── _variables.scss
│   │   │   ├── bootstrap-grid.scss
│   │   │   ├── bootstrap-reboot.scss
│   │   │   ├── bootstrap-utilities.scss
│   │   │   ├── bootstrap.scss
│   │   │   ├── forms
│   │   │   │   ├── _floating-labels.scss
│   │   │   │   ├── _form-check.scss
│   │   │   │   ├── _form-control.scss
│   │   │   │   ├── _form-range.scss
│   │   │   │   ├── _form-select.scss
│   │   │   │   ├── _form-text.scss
│   │   │   │   ├── _input-group.scss
│   │   │   │   ├── _labels.scss
│   │   │   │   └── _validation.scss
│   │   │   ├── helpers
│   │   │   │   ├── _clearfix.scss
│   │   │   │   ├── _color-bg.scss
│   │   │   │   ├── _colored-links.scss
│   │   │   │   ├── _position.scss
│   │   │   │   ├── _ratio.scss
│   │   │   │   ├── _stacks.scss
│   │   │   │   ├── _stretched-link.scss
│   │   │   │   ├── _text-truncation.scss
│   │   │   │   ├── _visually-hidden.scss
│   │   │   │   └── _vr.scss
│   │   │   ├── mixins
│   │   │   │   ├── _alert.scss
│   │   │   │   ├── _backdrop.scss
│   │   │   │   ├── _border-radius.scss
│   │   │   │   ├── _box-shadow.scss
│   │   │   │   ├── _breakpoints.scss
│   │   │   │   ├── _buttons.scss
│   │   │   │   ├── _caret.scss
│   │   │   │   ├── _clearfix.scss
│   │   │   │   ├── _color-scheme.scss
│   │   │   │   ├── _container.scss
│   │   │   │   ├── _deprecate.scss
│   │   │   │   ├── _forms.scss
│   │   │   │   ├── _gradients.scss
│   │   │   │   ├── _grid.scss
│   │   │   │   ├── _image.scss
│   │   │   │   ├── _list-group.scss
│   │   │   │   ├── _lists.scss
│   │   │   │   ├── _pagination.scss
│   │   │   │   ├── _reset-text.scss
│   │   │   │   ├── _resize.scss
│   │   │   │   ├── _table-variants.scss
│   │   │   │   ├── _text-truncate.scss
│   │   │   │   ├── _transition.scss
│   │   │   │   ├── _utilities.scss
│   │   │   │   └── _visually-hidden.scss
│   │   │   ├── utilities
│   │   │   │   └── _api.scss
│   │   │   └── vendor
│   │   │       └── _rfs.scss
│   │   ├── editor.scss
│   │   ├── line-awesome
│   │   │   ├── _bordered_pulled.scss
│   │   │   ├── _core.scss
│   │   │   ├── _fixed-width.scss
│   │   │   ├── _icons.scss
│   │   │   ├── _larger.scss
│   │   │   ├── _list.scss
│   │   │   ├── _mixins.scss
│   │   │   ├── _path.scss
│   │   │   ├── _rotated-flipped.scss
│   │   │   ├── _screen-reader.scss
│   │   │   ├── _stacked.scss
│   │   │   ├── _variables.scss
│   │   │   ├── dist
│   │   │   │   └── line-awesome
│   │   │   │       ├── css
│   │   │   │       │   ├── line-awesome.css
│   │   │   │       │   └── line-awesome.min.css
│   │   │   │       └── fonts
│   │   │   │           ├── la-brands-400.eot
│   │   │   │           ├── la-brands-400.svg
│   │   │   │           ├── la-brands-400.ttf
│   │   │   │           ├── la-brands-400.woff
│   │   │   │           ├── la-brands-400.woff2
│   │   │   │           ├── la-regular-400.eot
│   │   │   │           ├── la-regular-400.svg
│   │   │   │           ├── la-regular-400.ttf
│   │   │   │           ├── la-regular-400.woff
│   │   │   │           ├── la-regular-400.woff2
│   │   │   │           ├── la-solid-900.eot
│   │   │   │           ├── la-solid-900.svg
│   │   │   │           ├── la-solid-900.ttf
│   │   │   │           ├── la-solid-900.woff
│   │   │   │           └── la-solid-900.woff2
│   │   │   └── line-awesome.scss
│   │   └── vvvebjs-editor-helpers.scss
│   └── upload.php
└── 可视化建站系统.zip

75 directories, 367 files



标签: 可视化 建站 系统

实例下载地址

可视化建站系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警