Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 850 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 850 Bytes

Nuxt 3 Fast Starter

The Nuxt 3 starter project, make newbies avoid traps. I recommend to look at the documentation.

Features

Setup

Make sure to install the dependencies. Don't use npm! And use the latest version of NodeJS!

yarn install

Development

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

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.