Skip to content

roiLeo/Nuxtplate

Repository files navigation

Nuxtplate 🍽

Look at the nuxt documentation to learn more.

This is the Nuxtjs boilerplate. It contains the following conventions/features:

Setup

Make sure to install the dependencies:

yarn

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Deployment

Deploy with Vercel Deploy to Netlify

Checkout the deployment documentation for more information.