https://github.com/favorodera/nuxtstarter
A CLI tool that helps you scaffold new Nuxt.js projects skipping the manual module installation and configuration process.
https://github.com/favorodera/nuxtstarter
cli cli-tool nuxt nuxt-modules vue
Last synced: 2 months ago
JSON representation
A CLI tool that helps you scaffold new Nuxt.js projects skipping the manual module installation and configuration process.
- Host: GitHub
- URL: https://github.com/favorodera/nuxtstarter
- Owner: favorodera
- License: mit
- Created: 2024-12-04T12:48:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T00:25:57.000Z (3 months ago)
- Last Synced: 2025-03-29T00:27:58.741Z (3 months ago)
- Topics: cli, cli-tool, nuxt, nuxt-modules, vue
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@favorodera/nuxt-starter
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Starter
A CLI tool that helps you scaffold new Nuxt.js projects with zero configuration. Skip the manual module installation and configuration process.
## 🚀 Features
- 🚀 Quick project setup
- 📦 Popular module integration
- ⚡ Zero configuration needed
- 🔧 Automatic module configuration
- 🎉 Easy to use## 🚀 Quick Start
```bash
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!
## 📦 Available Modules
Currently, the following modules are available: (More coming soon!). Pull requests for new module integrations are warmly welcomed and appreciated!
### 📝 CMS
- Nuxt Content### 🎨 CSS
- UnoCSS### 🛠️ Dev Tools
- ESLint### 🎯 UI
- Nuxt Color Mode
- Nuxt UI
- Nuxt Icon### 🔠 Fonts
- Nuxt Fonts### 📦 Extensions
- Pinia### 🚀 Database
- Supabase### 🚀 Want Something More Personalized?
Fork the repository and add your own modules and configurations!## 🤝 Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b modules/new-module`)
3. Commit your changes (`git commit -m 'Added new module'`)
4. Push to the branch (`git push origin modules/new-module`)
5. Open a Pull Request## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🎖 Author
**Favour Emeka**
- Website: [favorodera.vercel.app](https://favorodera.vercel.app/)
- GitHub: [@favorodera](https://github.com/favorodera)## 🙏 Support
If you find this tool helpful, please consider giving it a ⭐️ on [GitHub](https://github.com/favorodera/nuxtStarter) 🙏!