Skip to content

How to actually import in JS frameworks ? #116

Answered by jarek-foksa
KaKi87 asked this question in Q&A
Discussion options

You must be logged in to vote

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");

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KaKi87
Comment options

Answer selected by KaKi87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants