Asked By: Anonymous
How can I set up vue js without npm?
I’m not able to install npm right now because of some reasons.
Is vue.js enough? What am I missing?
P.S.: I’ve just started to learn vue.js and I don’t want to miss something and struggle after I realize I need something that I can get only with npm.
Solution
Answered By: Anonymous
You could download the source and just include it in a script tag in the index.html.