I would like to use Framework7 with Electron.NET

following framework allows us to develop electron app using c# (asp.net)
https://github.com/ElectronNET/Electron.NET

I want to use Framework7 like bootstrap, I don’t want to use routing functionality as I am using it with .NET
(routing, authentication etc will be managed by asp.net)

How do I achieve the same with Framwork7?

there are separate pages created with asp.net which will have framework.bundle.min js and css included with its specific functionality

1 Like