Nuxt is an open source framework that makes web development intuitive and powerful. Create performant and production-grade full-stack web apps and websites with confidence. Example repository.Documentation Index
Fetch the complete documentation index at: https://coollabstechnologiesbt.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Server build (Nuxt, using nuxt build)
- Set
Build Packtonixpacks. - Set Start Command to
node .output/server/index.mjs
start script inside package.json to node .output/server/index.mjs. Then Nixpacks will automatically use it as the start command.
Static build (Nuxt, using nuxt generate)
- Set
Build Packtonixpacks. - Enable
Is it a static site?. - Set
Output Directorytodist.
Nitro server build (Nitro, using nitro build)
- Set
Build Packtonixpacks. - Set Start Command to
node .output/server/index.mjs
start script inside package.json to node .output/server/index.mjs. Then Nixpacks will automatically use it as the start command.