This article will guide you through the process of setting up a new project with Nuxt 3.
The following instructions are taken from the Nuxt Documentation.
š¦ check it out here š Nuxt3
or go throug the to create a new project with nuxt
node --version above 16.11.
npx nuxi init [project-name]
code [project-name]
npm install
npm run dev