Import neujs in a <script type=“module”> #43
Replies: 1 comment
-
Thanks! Yes you can. That is starndard JavaScript. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! First, great job with neujs, you are hitting many of the pain points I had with the frontend tooling.
My question: can I import neujs like this:
<script type="module"> import { something } from "url/to/lib"; // build app and render to existing DOM element </script>Beta Was this translation helpful? Give feedback.
All reactions