AlexSwtlsk / nuxt3-custom

⚡️ Minimal Nuxt3 template with Tailwindcss, HeroIcons, Vite & Vitest and some custom ESLint rules

Home Page:https://nuxt3-custom.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Minimal Starter

We recommend to look at the documentation.

Setup

Make sure to install the dependencies

yarn install

Development

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

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

Docker

docker build . -t nuxt-app
docker run -p 8080:3000 -d nuxt-app

About

⚡️ Minimal Nuxt3 template with Tailwindcss, HeroIcons, Vite & Vitest and some custom ESLint rules

https://nuxt3-custom.netlify.app


Languages

Language:TypeScript 47.7%Language:JavaScript 27.1%Language:Vue 19.4%Language:Dockerfile 4.6%Language:CSS 1.2%