Vue + Node.js example

In this post, I will show you some Github examples that use Vue with Node.js backend. You will see Github links for making following projects:

  • Vue + Node.js with MySQL
  • Vue + Node.js with PostgreSQL
  • Vue + Node.js with MongoDB
  • Vue + Node.js with SQL Server (MSSQL)
  • Vue + Node.js: JWT Authentication and Authorization

Read More

Spring Boot with Vue.js

In this post, I will show you some examples that use Spring Boot with Vue.js for full-stack application. You will see Github links for making following projects:

  • Spring Boot + Vue + Embedded database (H2)
  • Spring Boot + Vue + MySQL
  • Spring Boot + Vue + PostgreSQL
  • Spring Boot + Vue + MongoDB
  • Spring Boot + Vue + Oracle
  • Spring Boot + Vue + Cassandra
  • Spring Boot + Vue + SQL Server (MSSQL)
  • Spring Boot + Vue: JWT Authentication and Authorization

Read More

Vue Axios example – Get/Post/Put/Delete with Rest API

Axios is a promise-based HTTP Client Javascript library for Node.js and Browser. In this tutorial, we will create Vue example that use Axios to make Get/Post/Put/Delete request with Rest API and JSON data in a Vue.js component.

Related Posts:
Axios Tutorial: Get/Post/Put/Delete request example
Vue 3 Composition API tutorial with examples
Vue 3 CRUD example with Axios & Vue Router
Vue 3 Authentication with JWT, Vuex, Axios and Vue Router

Read More