File SystemEcosystem & Frameworks
Build an app with Nuxt and Bun
Bun supports Nuxt with no extra configuration. Initialize a Nuxt app with the official nuxi CLI.
Build an app with Next.js and Bun
Next.js is a React framework for building full-stack web applications. It supports server-side rendering, static site generation, and API routes. Bun installs
Run Bun as a daemon with PM2
PM2 is a process manager that runs your applications as daemons (background processes).