Proyecto de sitio web para organización cumbres blancas.
First you need to install Node, I guess Vue uses javascript Backend to pack these kinds of projects. Here is the Installation website
You just select the windows installer and follow its instructions
You can check your installation versions (this also installs npm in your system), using the commands.
node -v
npm -v
Now you can easily install vue using npm. Just type the following command and npm will do all of the work.
npm install -g @vue/cli
npm install
npm run serve
npm run build
npm run lint