I've been interested in trying out Vue.js, but I'm struggling to figure out how to integrate it into my project. Is there a way to install the dependencies without requiring an internet connection to download them again, especially when they're already installed globally? I have Vue 2 installed globally, and I plan on using vue init
, but it seems like vue init
is trying to download Vue again from the internet. Is there a way for it to use the globally installed dependencies and transfer them into my project folder so I can work offline?
Thank you in advance...