A simple PoC to integrate an IDE into your website using Vue, Quasar, and VS Code Server
docker compose build app code-server
Tipp: add
--no-cache
if you have trouble applying changes
docker compose up app code-server -d
-d
or--detach
is used to let your services run in the background ("demonized")
docker compose down