F
F
fathergorry2021-02-21 10:35:03
Node.js
fathergorry, 2021-02-21 10:35:03

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

2 answer(s)
A
Alex K, 2021-02-21
@alexk111

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

A
Alexander, 2021-02-24
@Aleksandr-JS-Developer

Do you just want Vue or Vue-cli with all the joys?
Just Vue is possible via CDN:
<script src="https://unpkg.com/[email protected]"></script>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question