Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Vue Documentation


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


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (7)


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.



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.


Your Support Matters!

We will highly appreciate your Metronic Review on Themeforest.
Please go to Themeforest Downloads page, select Metronic & leave your feedback.
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(