https://github.com/persteenolsen/vue-java-basic-auth-client
A Vue Client doing Basic Authentication towards a Java Spring Boot 3 REST API
https://github.com/persteenolsen/vue-java-basic-auth-client
basic-auth mysql spring-boot vue
Last synced: 12 days ago
JSON representation
A Vue Client doing Basic Authentication towards a Java Spring Boot 3 REST API
- Host: GitHub
- URL: https://github.com/persteenolsen/vue-java-basic-auth-client
- Owner: persteenolsen
- Created: 2025-02-28T13:18:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T17:43:47.000Z (11 months ago)
- Last Synced: 2025-02-28T21:58:33.071Z (11 months ago)
- Topics: basic-auth, mysql, spring-boot, vue
- Language: JavaScript
- Homepage: https://vue.java.basic.auth.client.persteenolsen.com
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-3-pinia-basic-auth
Vue 3 + Pinia + Vite - HTTP Basic Authentication
# Last updated:
- 30-09-2025
# 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`