Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

kafousis/spring-vuejs-crud

Repository files navigation

Spring - Vue.js CRUD example

A Vue.js application which performs CRUD operations.

The Books REST API

The Vue.js application makes REST calls to the Books REST API and performs the following CRUD operations:

  • Get saved books
  • Create new book
  • Update existing book
  • Delete existing book

Software Stack

  • Vue.js 3
  • PrimeVue
  • PrimeFlex
  • Vue Router
  • Vuex state management
  • Axios HTTP Client
  • Vuelidate 2

The project was built with Node v16 and Vue CLI v5.0.8.

Run project

npm install
npm run serve

The application runs at port 3000 by default. In order for the application to be able to reach the Books REST API, if you used any port other than 8080, you need to change the vue.config.js file according to the appropriate IP and port.

AltStyle によって変換されたページ (->オリジナル) /