Setup vue-schedule in asp.net core application

Hi,

as back-end we use asp.net core that generates the html-pages via razor. To enhance the interactivity we add vue to our pages. We can add/use any vue component we wanted so far. Adding the syncfucion vue js component throws some errors.

Uncaught TypeError: Cannot read property 'install' of undefined
    at Function.Vue.use (vue.esm.js:5115)
    at Module../POC.VUESCHEDULE/wwwroot/js/index.js (index.js:19)
    at __webpack_require__ (bootstrap:19)
    at bootstrap:83
    at bootstrap:83

Sample project included.

Attachment: POC.VUESCHEDULE_81a6d680.zip

5 Replies

HB Hareesh Balasubramanian Syncfusion Team March 10, 2020 12:52 PM UTC

Hi Johnny, 

Greetings from Syncfusion Support. 

Based on your shared requirement, we have prepared a Vue Js sample inside the ASP.NET Core with 3.0 version and it can be downloaded from the following link. 


Kindly try the above sample and if you have any other concerns please revert for further assistance. 

Regards, 
Hareesh 



JO Johnny March 31, 2020 10:05 AM UTC

Thank you for the info, but this is not what we are looking for.

We want to use the vue-version of the schedule in a aps.net core mvc application cfr. sample that was included in the original question.


HB Hareesh Balasubramanian Syncfusion Team April 1, 2020 12:53 PM UTC

Hi Jonny, 

We have validated your reported scenario at our end and we suspect that your requirement is to import the Vue Scheduler Sample inside the ASP.Net Core platform for that kindly refer the below link, 


Note: Our previously provided sample is prepared by referring the above shared link. 

Kindly try the above link at your end else if kindly confirm your requirement is to prepared CRUD sample (i.e., Frontend as Vue and Backend as ASP.Net) and also if you have any other concerns please revert for further assistance. 

Regards, 
Hareesh 



JO Johnny April 20, 2020 08:10 AM UTC

still kind of the same answer and not what we are looking for. 
we just want plain mvc cshtml pages and on that page plug-in some vue components to enrich the user experience.

you may close this case, we worked out another solution.

for reference of other users:

we just us the schedule tag-helper to create it and display the data.
in the onpopup we trap all possible popups and created our own one in vue that we can control completele now.


VM Vengatesh Maniraj Syncfusion Team April 21, 2020 06:27 AM UTC

Hi Johnny, 

Thanks for the update. 

We are happy that you have found the solution to your requirement. 

Thanks for sharing your solution for the reference. 

Regards, 
Vengatesh 



Loader.
Up arrow icon