Simple Project using Vuetify
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
npm install --global vue-cli
vue init vuetifyjs/webpack demo-app
npm install --save axios vue-axios
cd demo-app
npm run dev
Vuetify
Routing
v-dialog
API calling by axios