install nuxt project code example
Example 1: install nuxt
$ 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>