Simple Nuxt.js template that uses Redis to track pageviews.
https://kv-redis-nuxt.vercel.app/
You can choose from one of the following two methods to use this repository:
Deploy the example using Vercel:
Execute npx nuxi@latest init
with npx to bootstrap the example:
pnpm dlx nuxi init --template https://github.com/vercel/examples/tree/main/storage/kv-redis-nuxt
Next, run Nuxt in development mode:
pnpm dev
Deploy it to the cloud with Vercel (Documentation).
Simple Nuxt.js template that uses Redis to track pageviews.
https://kv-redis-nuxt.vercel.app/
You can choose from one of the following two methods to use this repository:
Deploy the example using Vercel:
Execute npx nuxi@latest init
with npx to bootstrap the example:
pnpm dlx nuxi init --template https://github.com/vercel/examples/tree/main/storage/kv-redis-nuxt
Next, run Nuxt in development mode:
pnpm dev
Deploy it to the cloud with Vercel (Documentation).