Blog post Vue.js Single Page Application with adal.js and PnP.js: step by step guide
- Create a new app registration in Azure AD and provide read access to SharePoint, enable implicit oauth flow by modifying
manifest.json
- Add
http://localhost:8080/
as a valid reply url for the app registration - Open
src/adal/adalConfig.ts
and updateclientId
andtenant
parameters - Edit
.env.development
SharePoint site url $ npm i
$ npm run serve