Files
nuxtui_lab/README.md
suricatingss 3ea91d9058 ez deploy
2025-12-05 20:45:01 +00:00

735 B

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

npm i -g pnpm # (updates your pnpm :D)
pnpm install

(this project uses PNPM)

Development Server

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

pnpm dev

Deployment

pnpm build

Locally preview production build:

pnpm preview

Start the production server

node .output/server/index.mjs

Check out the docker file to turn your app into a container for easy deployment!

Check out the deployment documentation for more information.