Consideration for a docker based quick set up
May be better as an additional repo to the fuxt stack. But I found testing https://github.com/northosts/wuxt was really simple to setup and have running.
I’d imagine their structure could be basically copied and would work for fuxt. I may even set one up for my own use, although being to update from the source rather than copy/paste files would be nice.
Wow that's a cool idea. This isn't something we'd use at Funkhaus, but a really good idea.
At funkhaus our process is to just spin up a site on Flywheel, install the fuxt-backend, follow all the prompts to auto-install the plugins and that's it. We then develop locally for frontend and deploy to netlify when finished (or heroku if we need SSR and use GraphCDN and our cache-purge plugin).
I’m honestly the same. It wasn’t until I tried it with wuxt that I thought “hmm, maybe I should use docker more”