https://github.com/persteenolsen/vue-3-basic-auth-client
A Vue 3 client using Basic Auth - towards a .NET 8 Web API
https://github.com/persteenolsen/vue-3-basic-auth-client
basic-authentication vue3
Last synced: 7 months ago
JSON representation
A Vue 3 client using Basic Auth - towards a .NET 8 Web API
- Host: GitHub
- URL: https://github.com/persteenolsen/vue-3-basic-auth-client
- Owner: persteenolsen
- Created: 2023-12-21T12:42:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T17:06:44.000Z (over 1 year ago)
- Last Synced: 2025-01-11T18:21:51.380Z (over 1 year ago)
- Topics: basic-authentication, vue3
- Language: JavaScript
- Homepage: https://vue.basic.auth.client.persteenolsen.com
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- 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 - Basic HTTP Authentication
# Last updated:
- 11-01-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`