Replies: 1 comment 1 reply
-
|
Hi, currently this lib isn't published with standalone bundle like jQuery. However you can use services like jsdeliver. And this lib doesn't work without view libraries like React or morphdom. import { mountEditor } from 'edix/vanilla';
const element = document.querySelector('#foo');
// internally using edix and morphdom
mountEditor(element, { view: { /* view definition API */ } }) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can I use it without node.js compile?
I want to use it with script tag on browser direclty like as jQuery.
Because I want to use browser dom instead of morphdom.
Please advise. thank you.
Beta Was this translation helpful? Give feedback.
All reactions