/gamebox

Evolving games collection to learn (almost) everything about Nuxt3

Primary LanguageTypeScript

Gamebox

A set of small games to play around with Nuxt v3 with Composition API, Typescript, Pinia and pnpm.

Setup

Make sure to install the dependencies:

pnpm install --shamefully-hoist

Development Server

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

pnpm run dev

Or automatically open a browser

pnpm run dev -o

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview