A HTML web component for designing web components and HTML pages based on PolymerLabs wizzywid which can easily be integrated in your own software. Meanwhile polymer is not used anymore.
There is also a preview VSCode addon using the designer: https://github.com/node-projects/vs-code-designer-addon
Comparison of Designer Frameworks
https://www.npmjs.com/package/@node-projects/web-component-designer
All Modules which need an external dependency are now extracted to extra NPM packges. So the designer now should work with bundlers.
Name | Description |
---|---|
web-component-designer-codeview-ace | |
web-component-designer-codeview-codemirror | |
web-component-designer-codeview-codemirror5 | |
web-component-designer-codeview-monaco | |
web-component-designer-htmlparserservice-base-custom-webcomponent | |
web-component-designer-htmlparserservice-lit-element | |
web-component-designer-htmlparserservice-nodehtmlparser | |
web-component-designer-miniatureview-html2canvas | |
web-component-designer-stylesheetservice-css-tools | |
web-component-designer-stylesheetservice-css-tree | |
web-component-designer-visualization-addons | |
web-component-designer-texteditextension-stylo | deprecated - stylo is deprecated |
web-component-designer-widgets-fancytree | deprecated - replaced by widgets-wunderbaum |
web-component-designer-widgets-wunderbaum |
- Chrome, Firefox and Safari
A ZPL-Label Designer: (https://github.com/node-projects/web-component-designer-zpl-demo)
A material flow layout editor in a comercial application:
look at: https://node-projects.github.io/web-component-designer-demo/index.html repository: https://github.com/node-projects/web-component-designer-demo
or a simple one: https://node-projects.github.io/web-component-designer-simple-demo/index.html repository: https://github.com/node-projects/web-component-designer-simple-demo
- @node-projects/base-custom-webcomponent a very small basic webcomponent library (maybe this will be included directly later, to be dependecy free)
- optional - ace code editor
- optional - monaco code editor (if you use code-view-monaco)
- optional - code mirror code editor (if you use code-view-codemirror) (workin but buggy)
- optional - fancytree (if you use tree-view-extended, palette-tree-view or bindable-objects-browser)
https://github.com/node-projects/web-component-designer/issues
- This will install all required packages, link all the npm packages and build everyone once. (in mac or linux you need to run the script with sudo, or the "npm link" will not work)
$ npm run develop
At first you have to setup a service container providing services for history, properties, elements, ...
You can select to use one of 3 code editors available (ACE, CodeMirrow, Monaco). If you use one of the widgets, you need to include the JS lib in your index.html and then use the specific widget.
We have 2 tree components. One independent and one feature rich which uses FancyTree (and cause of this it needs JQuery and JqueryUI).
If you'd like to use the designer on mobile, you need the mobile-drag-drop npm library. Your index.html should be extended as follows:
<link rel="stylesheet" href="/node_modules/mobile-drag-drop/default.css">
<script src="/node_modules/mobile-drag-drop/index.js"></script>
The Library uses Images from the Chrome Dev Tools, see https://github.com/ChromeDevTools/devtools-frontend/tree/main/front_end/Images/src and https://github.com/ChromeDevTools/devtools-frontend/blob/main/LICENSE