Globally install vue cli:
npm install -g @vue/cli
to check if vue cli is installed:
vue --version
to create vue project, go to your project directory & then:
vue ui
---------------------------------------------------------------------
Update:
npm update -g @vue/cli