setup nuxt project code example
Example 1: nuxt js create project
npx create-nuxt-app <project-name>
Example 2: create new nuxt project
yarn create nuxt-app <project-name>
npx create-nuxt-app <project-name>
yarn create nuxt-app <project-name>