This starter lets you get started with NuxtHub in seconds.
- Image upload with
hubBlob()
- Save chat messages with
hubDatabase()
- Save server redirects with
hubKV()
- Cache an API response with
cachedEventHandler()
- Generate the API documentation with Scalar within the NuxtHub Admin
Make sure to install the dependencies with pnpm.
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm build
Check out the deployment documentation for more information.
Deploy the application on the Edge with NuxtHub on your Cloudflare account:
npx nuxthub deploy
Then checkout your server logs, analaytics and more in the NuxtHub Admin.
You can also deploy using Cloudflare Pages CI.
-
Nuxt DevTools was blank, empty.
- Added pinia manually ( pnpm add pinia @pinia/nuxt )
- npm i -D @nuxt/devtools
-
Set up DaisyUI
- tailwindcss (DevTools)
- color-mode (DevTools)
- pnpm add -D daisyui@latest ( https://daisyui.com/docs/install/ )
- went to DaisyUI tab in docs, clicked through files and added, updated as needed