Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.14 KB

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.