Dear Metronic Team,
I would like to ask whether Demo 9 is available in Vue.js version or not.
Also, is it possible to download the Figma file for Demo 9 along with the HTML files?
I already have a valid license/purchase code.
Thank you in advance for your support.
Best regards
Hi,
Currently, Demo 9 is not directly available as a standalone Vue.js version. However, you have several options:
1. Vue.js Integration Boilerplate: There is a Vue.js integration boilerplate available in the Metronic Tailwind HTML Integration package that you can use as a starting point. This boilerplate currently uses Demo 1, but you can adapt it for Demo 9.
2. Framework Integration Approach: You can use the Vue.js integration boilerplate and manually integrate Demo 9 components from the HTML version. The integration process involves:
- Copying the src folder from the metronic-tailwind-html package
- Renaming it to metronic in your Vue project
- Removing the KTLayout initialization from demo1.js
- Updating import paths in the CSS files
- Copying the media assets
You can download Metronic figma from this page:
https://devs.keenthemes.com/metronic/graphics
Thanks