Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
:
yarn dev
Run in production config:
yarn dev:production
Build the application for production:
yarn build:production
Locally preview production build:
yarn preview
Build the application for static site hosting (e.g. Netlify):
yarn generate:production
Check out the deployment documentation for more information.