Skip to content
/ Nuxtplate Public template

๐Ÿš€ Nuxt Boilerplate for new projects

Notifications You must be signed in to change notification settings

roiLeo/Nuxtplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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.