NodeJS + Framework7

At the moment, it is possible to create a new web application based on node js and use Framework 7 in it.

I created such a project and was able to transfer the design from my mobile project to it. However, I am having problems with routing. In the mobile application, I manually recorded routes in the routes.js file, and then in the application itself used them with: onclick="mainView.router.navigate('/page2/');" In a bundle of node js + Framework 7, this approach does not work. How is routing done by means of Framework 7 in the node js application?

Community Page
Last updated: