An open API service indexing awesome lists of open source software.

https://github.com/danielroe/hello-zero-nuxt


https://github.com/danielroe/hello-zero-nuxt

Last synced: 9 months ago
JSON representation

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).