Vue.js Single Page Application with adal.js and PnP.js: step by step guide
Today's task is to: - build a single page application with vue.js and TypeScript - enable authentication and authorization through organizational accounts using adal.js - get some data from SharePoint site using PnP.js library As usual, the full code is available here at GitHub. Let's get started! To make authentication with organizational accounts work, we....