Did somebody try to develop an app which runs from the file:// protocol?
Reason:
I am working on an app which runs entirely from the file:// protocol and it would be helpful, if there was a way to use F7Vue to not run a devServer, but re-compile on every change (for hot-reloading). (it runs fine when I use npm run build-dev
, but I can’t seem to do that on file-changes)
What’s the best way to accomplish that? Did somebody try that already and can give me some pointers?