【例子介绍】可视化建站系统
【相关图片】
【源码结构】
.
├── 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
评论