in my project i have a menu to call the pivot table
<div class="col-xs-4"><a href="http://localhost:8080/#/pivot-table-demo" class="connection-item"><img src="img/pivot_table.svg" alt="Pivot"><span>PivotTable</span></a></div>
how do I make this work when
for this I need to run the command
npm run serve
there must be another way to make this call from the menu, right?
Hello, Cristian,
Thank you for writing to us.
Regarding loading the Pivot
component from your project's menu:
As far as we know, you integrated Flexmonster into your Vue application.
In Vue, a router is used for providing Vue components via links. In the same way, Vue Router is used to load Flexmonster from the project's menu in our sample Vue project on GitHub.
You are welcome to run our sample Vue project to see how it works.
For further guidance on configuring navigation in your Vue project, please refer to the official Vue Router
documentation: https://router.vuejs.org/guide/#getting-started.
Please let us know if this helps.
Kind regards,
Vera