# Installation

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](https://nodejs.org/en/download/).

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

```powershell
npm install vuub
```

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