The current version of the Vue implementation is a no-frills proof of concept. Improvements may come in the future.
To run the Vue App from a command prompt, from the root of the repo directory type:
cd vue-app
npm install
npm run serveUpon first opening the Vue app, you'll see the home page:
Entering invalid credentials shows an error:
Entering correct credentials shows a success message:
The app is pre-configured to use the local Kestrel URL of the WebApi:
http://localhost:5218/
This value can be changed in the services/AuthService.ts file.



