Skip to content

AlexSwtlsk/nuxt4-custom

Repository files navigation

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 Nuxt4 template with Tailwindcss, HeroIcons, Vite & Vitest and some custom ESLint rules

Topics

Resources

Stars

Watchers

Forks

Contributors