An open API service indexing awesome lists of open source software.

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.

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) 🙏!