Nuxt 3 Get Started tutorial
The starter project for the Get Started tutorial. Apart from assets/
and public/
directories, it only contains the files created when initiating a Nuxt 3
Directories
assets/
and public/
directories contain the images and CSS file needed to complete the tutorial. You will soon learn how to use them in your application!
Setup
Make sure to install the dependencies
yarn install
Development
Start the development server on http://localhost:3000
yarn dev
Production
Build the application for production:
yarn build