Figured it was that time again, time to re-engineer my personal space on the internet. I wanted to convert my static 'about me' page, into a blog with dynamic content. Nuxt v4 stood out because its underlying nitro engine supports Worker based deployments. This was exciting because Cloudflare workers 'free' tier is practically unlimited. Now no money shall be shelled out for those few people that stop by my blog at https://jamesvan.ca.
My hope is this will inspire others to use Nuxt3 with Cloudflare workers, as my experience has been very enjoyable thus far.
- Clone the repo
git clone [email protected]:jvanst/nuxt3-blog.git
- Install dependencies
pnpm install
- Start the application
pnpm dev
Assuming deploying to CF workers:
- Build
npx nuxi build
- Deploy with wrangler
npx wrangler deploy