You can use your favorite package manager (see instructions in official documentation)
Or download installer for your platform (see available installers)
You can also use package manager or download installer (see instructions in official documentation)
npm install -g @vue/cli
or
yarn global add @vue/cli
yarn install
yarn run serve
After that you can test application on localhost:8080
yarn run build
yarn run test
yarn run lint