Installation

Going over the simple process of installing vuub.

Because vuub is an npm package, all you need to install it is npm and one command! You can download npm along with node.js here.

Once you have downloaded npm and node.js, simply open a command prompt or powershell on windows (or a terminal on linux), and type:

npm install vuub

After that just let npm do its thing, and vuub should be installed within a couple of seconds.

Last updated