Skip to content

cemdrk/nuxt-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt w/ Tailwind Docker

Clone the project

  npx degit https://github.com/cemdrk/nuxt-docker myapp

Start Development Server

docker compose up -d

Access at http://localhost:3000/

Get Logs

docker compose logs -f app

Alternatively run

make up

Attach to shell

docker compose exec app bash

Clean

docker compose down --volumes --rmi local --remove-orphans

Alternatively run

make down

About

Nuxt + Tailwind + Docker Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published