https://github.com/danielroe/hello-zero-nuxt
https://github.com/danielroe/hello-zero-nuxt
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielroe/hello-zero-nuxt
- Owner: danielroe
- Created: 2024-12-18T23:28:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-06T21:40:44.000Z (9 months ago)
- Last Synced: 2025-10-06T23:27:46.578Z (9 months ago)
- Language: TypeScript
- Size: 729 KB
- Stars: 59
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt ❤️ Zero
This is a quick port of https://github.com/rocicorp/hello-zero to use Vue and Nuxt.
## Run this repo
First, install dependencies:
```sh
corepack enable
pnpm i
```
Next, run docker:
```sh
pnpm dev:db-up
```
**In a second terminal**, run the zero cache server:
```sh
pnpm dev:zero-cache
```
**In a third terminal**, run the Vite dev server:
```sh
pnpm dev:ui
```
## ❤️ Credits
This was based on https://github.com/rocicorp/hello-zero.
## 🏛️ License
Made with ❤️
Published under [MIT License](./LICENCE).