Skip to content

Repository files navigation

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup (Docker + Yarn)

All dependency installation and running happens inside Docker, so no local Node/Yarn install is required on the host.

Build the image:

docker compose build

Install dependencies (writes yarn.lock to the host, node_modules to a named Docker volume):

docker compose run --rm app yarn install

Development Server

Start the development server on http://localhost:3000:

docker compose up

Any changes to files on the host are reflected live (bind-mounted). Stop with Ctrl+C, or docker compose down.

To add a new dependency:

docker compose run --rm app yarn add <package>

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

Some tiny games for the kids

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages