Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ yarn global add @vue/cli

After installation, you will have access to the `vue` binary in your command line. You can verify that it is properly installed by simply running `vue`, which should present you with a help message listing all available commands.

::: Additional step for Windows installations
As ```vue``` commes as a PowerShell script (ps1.) you will need to allow the execution of scripts.
```powershell
Set-ExecutionPolicy RemoteSigned
```
:::

You can check you have the right version with this command:

```bash
Expand Down