Nuxt 3 Minimal Starter
Look at the Nuxt 3 documentation to learn more.
Setup
Make sure to install the dependencies:
npm installDevelopment Server
Start the development server on http://localhost:3000
npx nuxt devProduction
Build the application for production:
npx nuxt buildLocally preview production build:
npx nuxt previewCheck out the deployment documentation for more information.