1npm install -g vue-cli //make sure you have node and npm installed
2vue init webpack <appname> // eg: vue init webpack myapp
3cd <appname> // cd myapp
4npm install
5npm run dev //server will start in port 8080
1installing vue cli commands
2npm install --global vue-cli is now
3npm install -g @vue/cli