Skip to content
/ nuxt3-custom Public template

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

Notifications You must be signed in to change notification settings

AlexSwtlsk/nuxt3-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