Building SharePoint client web part with Vue.js and single-file components
Vue.js becomes more and more popular and it’s time to build real life sample using Vue’s single-file components. Single-files components are the building blocks for Vue application. It’s not required to use single files components for Vue application, but they give you some advantages: - recommended style for Vue applications - modern components-based...