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

https://github.com/lukaszpodlipski/nuxt-complete-template

Nuxt 3 Starter Template with PrimeVue, Tailwind, i18n, TypeScript, VeeValidate, Husky, and more.
https://github.com/lukaszpodlipski/nuxt-complete-template

eslint frontend husky i18n icon-fonts nuxt nuxt-fonts nuxt-icon nuxt-image nuxt3 prettier primevue scss starter-template tailwindcss typescript vee-validate vueuse web-development yup

Last synced: 8 months ago
JSON representation

Nuxt 3 Starter Template with PrimeVue, Tailwind, i18n, TypeScript, VeeValidate, Husky, and more.

Awesome Lists containing this project

README

          

# My Nuxt 3 Starter Template (early 2025)

### Features:

- Nuxt Fonts
- Nuxt Image
- Nuxt Icon (local icons setup included)
- Nuxt i18n
- PrimeVue as UI library - unstyled hybrid mode
- TailwindCSS
- Vee Validate + Yup
- Husky
- Eslint + Prettier
- Typescript
- Vue Use
- SCSS

# Development and build flow

## Setup (using Bun)

Make sure to install the dependencies:

```
bun install
```

## Development Server

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

```
bun run dev
```

## Production

Build the application for production:

```
bun run build
```

Locally preview production build:

```
bun run preview
```