A minimal starter template for building web extensions with WXT and Nuxt UI v3. This template provides a streamlined setup for developers who want to create beautiful, accessible browser extensions using Vue 3 and the latest version of Nuxt UI.
- π Powered by WXT - the next-gen web extension framework
- π¨ Integrated Nuxt UI v3 components with TailwindCSS v4
- π Hot Module Replacement (HMR) for rapid development
- π Cross-browser compatibility (Chrome, Firefox)
- π¦ Optimized build process for extensions
- π TypeScript support for better code quality
- 𧩠Modular architecture for extension components
- Clone this repository
- Run
bun install
- Start development with
bun run dev