How can i integrate metronic 8 demo2 app to my default empty vue 3 app ?
Hi ı am new in this template and vue 3. I just created an empty vue 3 app.
I downloaded metronic 8, demo 2 template. what is next ?
Replies (1)
Hi,
Overall you can use a demo2 folder to get started and then modify the router and components within your requirements.
If you want to start with a new vue 3 projects then you have to do steps listed below:
- Copy all plugin dependencies from our package.json and install them by running the yarn command.
- Copy the src/assets folder and paste it into your project.
- Entry point for the Vue app is main.ts so please refer to our main.ts file to connect and initialize all plugins correctly.
- Include all styles from file src/App.vue
- Initialize our layout with class LayoutService.
LayoutService.init();