This is a quick port of https://github.com/rocicorp/hello-zero to use Vue and Nuxt.
First, install dependencies:
corepack enable
pnpm i
Next, run docker:
pnpm dev:db-up
In a second terminal, run the zero cache server:
pnpm dev:zero-cache
In a third terminal, run the Vite dev server:
pnpm dev:ui
This was based on https://github.com/rocicorp/hello-zero.
Made with ❤️
Published under MIT License.