Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zalweny26/nuxt-template

All-In-One opinionated Nuxt 3 template
https://github.com/zalweny26/nuxt-template

bun composition-api eslint i18n iconify nuxt nuxt3 pinia tailwind tailwindcss template vue vue3 vuejs

Last synced: about 20 hours ago
JSON representation

All-In-One opinionated Nuxt 3 template

Awesome Lists containing this project

README

        

# Nuxt 3 Starter Template

This is a opinionated starter template for Nuxt 3.

> It uses Bun as runtime and package manager.

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Features

- 💨 Tailwind CSS
- 📏 ESLint rules
- ✨ Shadcn & Radix Vue components
- 🔔 Nuxt Icon component
- 🛹 State & Store Management (Pinia)
- 📦 Vue Composition Collection (VueUse)
- 🌙 Theme Switcher (Color Mode)
- 🇬🇧 Language Switcher (i18n)

## Setup

Make sure to install the dependencies:

```bash
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
bun run dev
```

## Production

Build the application for production:

```bash
bun run build
```

Locally preview production build:

```bash
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

## Credits

- [Nuxt 3](https://nuxt.com)
- [Tailwind CSS](https://tailwindcss.com)
- [Shadcn Vue](https://www.shadcn-vue.com)
- [Radix Vue](https://www.radix-vue.com)
- [VueUse](https://vueuse.org)
- [Nuxt UI](https://ui.nuxt.com)