Look at the Nuxt documentation to learn more.
Look at the Content documentation to learn more.
Make sure to install the dependencies:
# npm
npm installStart the development server on http://localhost:3000
npm run devBuild the SSG (static site) application for production:
npm run generateLocally preview production build:
npm run previewCheckout the deployment documentation for more information.