Is there an easy way to use vue.js or another javascript framework in Composite C1 framework?

162 Views Asked by At

i'm developing a big web site using Composite C1 CMS. And i'm wondering is there an easy way to add any modern javascript framework like vuejs? Now the biggest problem i see is that i need to have node.js on the server side working together with .Net. And by the way, i'm using Composite version 6.1.

1

There are 1 best solutions below

1
Pratik Shukla On

Its really very easy. Vue is the View of your MVC model, so yes it is completely possible to use Vue as it in a c1 CMS project but M and C will do most of the hard lifting.

Here are a few tutorial links that can solve your problem. I understand there is no direct guide for particular c1 cms but its 95% similar. Hope this helps.

https: //www.storyblok. com/tp/add-a-headless-CMS-to-vuejs-in-5-minutes

http://www.lambdatwist.com/dot-net-vuejs/

https://blog.kloud.com.au/2017/02/14/running-vuejs-on-aspnet-core-apps/