Configured Nuxt 3 with necessary packages to quickly start a new project.
# 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.
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