How to Add Folders and Files into Master Page Gallery on Modern Team Sites

Sometimes, especially when developing custom SharePoint Add-ins, we want to host assets (JavaScript, CSS, etc.) in Master Page Gallery.This is a pretty standard approach that allows to reference the same resources from sub sites (I know that sub sites are...

How the versioning works in SharePoint Framework solutions

This post is a sum up of the conversation held in Twitter regarding versioning of your SharePoint Framework solutions.In package-solution.json file of the SPFx project there is a property versionThe description from the currently tells us that:Optionally, you may also...

Using Vue.js in SharePoint Framework Applications. Part V: Use React Components inside Vue.js Solution

This is the fifth post about SharePoint Framework and Vue.js. In this post I want to show how to use React components inside Vue.js-based SharePoint Framework solutions.List of posts:Whats and WhysDefault SPFx web part using Vue.jsYeoman generator with Vue supportWeb...

Yeoman Generator With Vue Support Update: Extensions Support!

UPDATE: the generator has been included into @pnp/spfx generator. Please use this one for the latest version.In Using Vue.js in SharePoint Framework Applications. Part III: Yeoman Generator with Vue Support I announced that I've published a Yeoman generator for SharePoint...