Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
All-In-One opinionated Nuxt 3 template
- Host: GitHub
- URL: https://github.com/zalweny26/nuxt-template
- Owner: zAlweNy26
- License: apache-2.0
- Created: 2024-07-11T18:42:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T22:24:52.000Z (3 months ago)
- Last Synced: 2024-09-27T03:23:34.596Z (3 months ago)
- Topics: bun, composition-api, eslint, i18n, iconify, nuxt, nuxt3, pinia, tailwind, tailwindcss, template, vue, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 1.46 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)