Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adydetra/nuxt-starter
⚡️ Nuxt Starter, Include Tailwind CSS, Nuxt Color Mode, Icon, and PWA
https://github.com/adydetra/nuxt-starter
nuxt nuxt-starter
Last synced: 11 days ago
JSON representation
⚡️ Nuxt Starter, Include Tailwind CSS, Nuxt Color Mode, Icon, and PWA
- Host: GitHub
- URL: https://github.com/adydetra/nuxt-starter
- Owner: adydetra
- Created: 2023-08-09T06:35:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T23:34:38.000Z (7 months ago)
- Last Synced: 2024-05-02T05:00:48.689Z (7 months ago)
- Topics: nuxt, nuxt-starter
- Language: TypeScript
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Nuxt Starter ⚡️
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com[![Nuxt][nuxt-src]][nuxt-href]
This Nuxt 3 Starter is a robust foundation for web development projects. It provides a wide array of features and modules to streamline your development process. Whether you're a beginner or an experienced developer, this starter kit offers a user-friendly experience, a modular architecture, and an organized folder structure to enhance your workflow.
## Pros
✅ Easy to use\
✅ Atomic Design\
✅ Modules Include### Module Included:
- [x] [Tailwind CSS](https://nuxt.com/modules/tailwindcss)
- [x] [Nuxt Color Mode](https://nuxt.com/modules/color-mode)
- [x] [Icon](https://nuxt.com/modules/icon)
- [x] [Vite PWA](https://nuxt.com/modules/vite-pwa-nuxt)## Get Started
Clone repository
```bash
git clone https://github.com/adydetra/nuxt-starter.git
cd nuxt-starter
```Install package manager
```bash
pnpm install
```---
> [!NOTE]
> if not using `pnpm` just delete `pnpm-lock.yaml`, and switch to another package manager like:```bash
# npm install
# yarn install
# bun install
```