Hi!! I just buy Metronic 8 template. I want to include the vue calendar app in my Web Application but I'm not sure about how to do it.
Either I don't found doc about it.
Please, there is some documentation about how to do it?
Best regards,
Jose
Thanks Lauris for your answer.
The problem is I can use "npm" in my server.
I must use vue "installing" it with the tag "<script src="https://cdn.jsdelivr.net/npm/vue@2.5.16/dist/vue.js"></script>".
If I put this tag in "/public/index.html" file, the demo1 is not working.
I must "install" vue in other file?
Hi Jose!
Could you please clarify how did you try to use the calendar in public/index.html?
Did you use bundled files from our HTML version?
Hi Lauris,
I don't know how to use it!! :'(
I want to install demo1 ( vue version ) in my web server but i can't install NPM or Node.js in this server.
It's possible to do this?
If you are trying to deploy demo1 to your server, firstly, please check out vue 3 official deployment guide.
https://cli.vuejs.org/guide/deployment.html
If you are using Linux server you should be able to install the node with a command line, check the article below:
https://www.geeksforgeeks.org/installation-of-node-js-on-linux/
Hi Lauris!!
Yesterday I make a build and put the generated files in my server and the demo works!!
The problem I find is the files name's are different.
First I read the deployment guide you tell me and if I have some trouble, I ask you!!
Thank you!!
Let me know if you have any additional questions.
Hi,
You can use examples from page
https://preview.keenthemes.com/metronic8/vue/demo1/#/apps/calendar
Just update static data with a data from your server and update calendar event handling.