suricatingss 3ea91d9058 ez deploy
2025-12-05 20:45:01 +00:00
2025-12-05 20:39:32 +00:00
2025-11-20 22:20:52 +00:00
2025-11-20 22:20:52 +00:00
2025-12-05 20:45:01 +00:00
2025-12-03 01:30:18 +00:00
2025-12-04 13:15:20 +00:00
2025-12-04 13:15:27 +00:00
2025-12-05 20:45:01 +00:00
2025-11-20 22:20:52 +00:00

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.

Description
No description provided
Readme 902 KiB
Languages
Vue 80.5%
Dockerfile 10.2%
CSS 4.8%
TypeScript 4.5%