Forum Discussion
Alex Podolsky
Mar 20, 2017Copper Contributor
Sharepoint Framework Integration with Vue.js
Hello. How can I integrate development on Sharepoint Framework with Vue.js Framework? Should I use Typescript or can I integrate Vue.js as a plain JS? What is the best practice in such case? ...
Mar 20, 2017
Hi Alex, Maybe it would be helpful to go through Vue.js in SPFx demo from SharePoint PnP tech catch ups: https://youtu.be/tDNCV-QtwH0?t=27m19s
- Alex PodolskyMar 21, 2017Copper Contributor
Hello, Andrew.
Thank you very much for your answer.
Where can I get the source of the example demonstrated in the video?
Do you have other examples of integrating SPFx with Vue.js?
Is there some blog or link for this topic?
Thanks in advance, Alex.
- Luis MaƱezMar 21, 2017MVPit should be that sample:
https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/vuejs-todo-single-file-component- Alex PodolskyMar 22, 2017Copper ContributorThank you very much, Luis.