https://github.com/persteenolsen/vue-java-jwt-auth-client
A Vue Client doing JWT Authentication towards a Java Spring Boot 3 REST API
https://github.com/persteenolsen/vue-java-jwt-auth-client
jwt mysql spring-boot vue
Last synced: 2 months ago
JSON representation
A Vue Client doing JWT Authentication towards a Java Spring Boot 3 REST API
- Host: GitHub
- URL: https://github.com/persteenolsen/vue-java-jwt-auth-client
- Owner: persteenolsen
- Created: 2025-02-20T13:53:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-01T06:28:32.000Z (10 months ago)
- Last Synced: 2025-09-01T08:54:54.959Z (10 months ago)
- Topics: jwt, mysql, spring-boot, vue
- Language: JavaScript
- Homepage: https://vue.java.jwt.auth.client.persteenolsen.com
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-3-pinia-jwt-auth
Vue 3 + Pinia - JWT Authentication towards a Java Spring Boot 3 Web API
# Last updated
- 16-03-2026
# Tech used for this Web Client
- Node.js version 18.19.1
- Volta for Node Version management
- Vue 3 is the JS framework for this frontend
- Pinia for state management
- ESLint for analysing the .JS code
- Vee-validate for validation
- Yup for validation
- vite v2.9.16 Dev Server
- VS Code is my developement tool
# Installing
- Make sure you have a new version of Node installed
- Download the code by zip or fork
- Run the command npm install by the command promt
# Development server:
- npm run dev
- You can view the development server at `localhost:3000`
# Production build:
- npm run build
# Preview before Publish / Deployment
- npm run preview
- You can view the preview production built at `localhost:5050`