Make sure to install dependencies:
npm installStart the development server on http://localhost:3000:
npm run devStatically generate the application for production:
npm run generateLocally preview production build:
npx serve .output/publicCheck out the Nuxt deployment documentation for more information.