:
npm - , nodejs, javascript .
You can create your own packages for nodejs and upload them to npm or use to install packages released by others, but these are only packages for nodejs that are server-side and not clients. So no, you cannot use npm for what you need.
Version for really lazy people:
No, because npm is for nodejs, which is the server, and therefore it has nothing to do with client applications.
Hope this answers your question.
source
share