see what it looks like for yourself
install dependencies and start app using yarn
# install dependencies (doesn't include quarkus atm)
yarn install
# start nuxt frontend
yarn client:startdev
if you don't feel like running the yarn command to start the frontend:
don't worry, I got you covered. simply run the Intellij StartClient run config.
Warning
yarn install
and workspaces only work correctly in linux / macos. On windows this doesn't work.
it's a known issue in yarn
for more nuxt stuff refer to the client readme
coming eventually