A CLI tool that helps you scaffold new Nuxt.js projects with zero configuration. Skip the manual module installation and configuration process.
- 🚀 Quick project setup
- 📦 Popular module integration
- ⚡ Zero configuration needed
- 🔧 Automatic module configuration
- 🎉 Easy to use
npx @favorodera/nuxt-starter@latest
That's it! Follow the interactive prompts to configure your project with your preferred modules.
Then run your linting tool and start coding!
Currently, the following modules are available: (More coming soon!). Pull requests for new module integrations are warmly welcomed and appreciated!
- Nuxt Content
- Nuxt Studio
- UnoCSS
- ESLint
- Nuxt Color Mode
- Nuxt UI
- Pinia
Fork the repository and add your own modules and configurations!
- Fork the repository
- Create your feature branch (
git checkout -b modules/new-module
) - Commit your changes (
git commit -m 'Added new module'
) - Push to the branch (
git push origin modules/new-module
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Favour Emeka
- Website: favorodera.vercel.app
- GitHub: @favorodera
If you find this tool helpful, please consider giving it a ⭐️ on GitHub 🙏!