Crie Projeto Vue
npm install -g @vue/cli
//then
vue create hello-world
Upset Unicorn
npm install -g @vue/cli
//then
vue create hello-world
npm install -g @vue/cli
# OR
yarn global add @vue/cli
vue create my-project
# OR
vue ui
installing vue cli commands
npm install --global vue-cli is now
npm install -g @vue/cli
npm install -g vue-cli //make sure you have node and npm installed
vue init webpack <appname> // eg: vue init webpack myapp
cd <appname> // cd myapp
npm install
npm run dev //server will start in port 8080