Sample project on Vue.js
- Project setup: Vue-cli
- Design: vue material
- API call: axios.
# 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
ProjectSetup: project setup using Vue-cli
API usage: Using Axios to Consume APIs Official docs
Medium link for API calling: how to make AJAX & API calls with Vue JS