⚗️ Nuxt Module Template
🚀 Welcome to Hebilicious Nuxt Module Starter Template!
This is a Bun powered Nuxt Module Repo Template Starter. It comes with a base module that you can use to start your own module.
Batteries Included
- 📦 bun monorepo
- 🏗️ Build Nuxt Module with
nuxt-build-module
- 🏗 ESM/CJS valid package, with MTS and CTS declaration files.
- 📝 Docs with vitepress
- ✅ Tests with vitest
- 🔨 Publish with pnpm
- 🔄 CI with Github Actions and bun
- 🚀 Trigger NPM release + changelog from CLI
- 📏 Conventional commits
- 🔄 Renovate config
📦 Installation
Use bun for module development :
bun i
📦 Contributing
Contributions, issues and feature requests are welcome!
-
Fork this repo
-
Use
bun i
at the mono-repo root. -
Make modifications and follow conventional commits.
-
Open a PR 🚀🚀🚀