framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.06k stars 3.23k forks source link

Feature Request: Allow automatic folder/file-based routing with a pages directory #4093

Open D-Marc1 opened 1 year ago

D-Marc1 commented 1 year ago

Is your feature request related to a problem? Please describe.

I love using F7, but I'm always frustrated that I can't use it with automatic folder/file-based routing with a pages/ directory. The majority of the time, I don't need to do anything specific for a given route, so it would definitely save some time if F7 could add a feature for automatic routing.

Describe the solution you'd like

Either have F7 support a library like https://github.com/hannoeru/vite-plugin-pages or have a built-in solution for a file system router.