Framework7 just for web

how I can use frameworke7 as a web frameworke look like bootstrap. I want use laravel routing and i need seo optimization.

F7 has a desktop theme, aurora

Lets look at the list of available parameters:

Parameter Type Default Description
theme string auto App theme. Can be ios , md , aurora or auto . In case of auto it will use iOS theme for iOS devices, Aurora theme for desktop device running in Electron environment, and MD theme for all other devices.

Just use aurora and call the back as you usually do.

request doc:
https://framework7.io/docs/request.html

1 Like