Look at the nuxt documentation to learn more.
This is the Nuxtjs boilerplate. It contains the following conventions/features:
Make sure to install the dependencies:
pnpmStart the development server on http://localhost:3000
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheckout the deployment documentation for more information.