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:
yarn
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Checkout the deployment documentation for more information.