Look at the Nuxt documentation to learn more.
- NodeJS (v22.11.0)
Make sure to install dependencies:
npm install
Start the development server on http://localhost:3000
:
npm run dev
Build the application for production:
npm run build
Preview deployment:
npx nuxthub preview
Deploy to production:
npx nuxthub deploy
Generate migrations:
npm run db:generate
Check for TypeScript errors:
npx nuxi typecheck
Format code:
npm run format
Check for dependencies updates:
npm run update-dependencies
Update dependencies:
npm run update-dependencies -- -u