Skip to content

Starter pack for build client using Nuxt 3 + UnoCSS (TailwindCSS 3)

Notifications You must be signed in to change notification settings

ErriourMe/nuxt3-starter-pack

Repository files navigation

Nuxt 3 starter pack

Logo

Configured Nuxt 3 with necessary packages to quickly start a new project.

Build Setup

# install dependencies
$ pnpm install --shamefully-hoist

# serve with hot reload at localhost:3000
$ pnpm run dev

# build for production and launch server
$ pnpm run build
$ pnpm run start

# generate static project
$ pnpm run generate

For detailed explanation on how things work, check out Nuxt 3 docs.


Docker

If you would like to use docker? you should configure it in docker-compose.yml and .env

  • Change ports in docker-compose.yml if necessary
  • Copy .env.example to .env and change variable

About

Starter pack for build client using Nuxt 3 + UnoCSS (TailwindCSS 3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published