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.
- Host: GitHub
- URL: https://github.com/lukaszpodlipski/nuxt-complete-template
- Owner: LukaszPodlipski
- License: cc0-1.0
- Created: 2025-02-12T18:31:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T15:52:22.000Z (8 months ago)
- Last Synced: 2025-02-18T16:34:25.556Z (8 months ago)
- Topics: 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
- Language: SCSS
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```