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:
yarnStart the development server on http://localhost:3000
yarn devBuild the application for production:
yarn buildLocally preview production build:
yarn previewCheckout the deployment documentation for more information.