How to actually import in JS frameworks ? #116
-
Hello, The FAQ states that :
But, how to actually import it in JS frameworks ? For example, Vue ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jarek-foksa
Aug 6, 2022
Replies: 1 comment 1 reply
-
You can import Xel just like any other regular ES module, e.g. import "/node_modules/xel/xel.js"; or await import("/node_modules/xel/xel.js"); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KaKi87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can import Xel just like any other regular ES module, e.g.
or