Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! This is my proof of concept MVP of toolbar build as web component with enabled shadow DOM on top of Vue2 framework
Main goal of this is to provide more structured and more extendable features for toolbar.
You can see in video how it looks like https://yadi.sk/i/7CBAndxoH_b6Lg
Main Features
How it works?
You need to include js file and define html tag like so
And define json data that looks like this
It's uses this package published in npm https://github.com/jilizart/devbar
Why Vue2?
Because this is looks like jquery drop'in replacement
But more powerful, more reactive and provides api to build rich UI without pain.
And u don't need any sort of transpilers and any hard build systems.
Support of web components and shadow DOM out of the box
Ability to compile any html template with variables on runtime
This is proof of work concept and many problems need to be solved
I need your feedback and any suggestions, how it can be better to implement this features or maybe you have any concerns about how really it should work
Cheers :)