Skip to content

A minimal but production-friendly Vue 3 / MSAL demo without TypeScript.

Notifications You must be signed in to change notification settings

iamexe/msal-vue-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This fork of is a non-typescript implementation of Dave Stewart's msal-vue-demo.

Differences

The obvious difference is that it doesn't use TypeScript. I didn't like to learn TypeScript so I made it work without it.

Another difference is that this version implements 2 components. One of which is using Chart JS / Vue Chart JS. Also, I have an express.js backend that I'm not ready to publish yet. Instead of the "User" page we have a "Dashboard" page here. With my express.js backend I query our productive Autotask REST API. The good news is that I provided some sample data to display something.

Thanks

To Dave Stewart for the repo and blog, dkellner for his md5 function and ChatGPT.

About

A minimal but production-friendly Vue 3 / MSAL demo without TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.7%
  • Vue 42.9%
  • CSS 5.9%
  • HTML 1.5%