Vue.js 2 CRUD Application with Vue Router & Axios Last modified: March 28, 2020 bezkoder Vue.js In this tutorial, I will show you how to build a Vue.js 2 CRUD Application to consume REST APIs, display and modify data using Vue 2, Vue Router and Axios. More Practice: – Vue.js JWT Authentication with Vuex and Vue Router – Vue File Upload example using Axios Fullstack: – Vue.js + Node.js + Express + MySQL example – Vue.js + Node.js + Express + PostgreSQL example – Vue.js + Node.js + Express + MongoDB example – Vue.js + Spring Boot example – Vue.js + Django example Contents [ hide ] Overview of Vue.js 2 CRUD Application Vue.js App Component Diagram with Vue Router & Axios Technology Project Structure Setup Vue.js Project Add Vue Router to Vue.js 2 CRUD App Add Navbar and Router View to Vue.js 2 CRUD App Initialize Axios for Vue.js 2 CRUD HTTP Client Create Data...