Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

KyleMcMaster/kmcmaster-dev

Repository files navigation

Nuxt 3 Minimal Starter

We recommend to look at the documentation.

Setup

Make sure to install the dependencies

npm install

Development

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

npm run dev -- -o

Production

Build the application for production:

npm build

Checkout the deployment documentation.