An open API service indexing awesome lists of open source software.

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

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`