Answer the question
In order to leave comments, you need to log in
How to install js library without NPM?
I have a Parser-3 + lua backend. I would like to add an application interface library like Vue or Construct-ui to the front end , but it seems to require npm, and npm requires node.js.
But after all, this is just javascript running on the client, and by and large it does not need a server. However, for some reason, the authors did not specify the installation method via < script src >. Tell me, is it possible to install a similar library without using npm?
Answer the question
In order to leave comments, you need to log in
You may be looking for this https://www.skypack.dev/
construct-ui: https://www.skypack.dev/view/construct-ui
vue: https://www.skypack.dev/view/vue
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question