install nuxt js

Solutions on MaxInterview for install nuxt js by the best coders in the world

showing results for - "install nuxt js"
Finn
05 Sep 2018
1npm install nuxt
2
Maxime
19 Jan 2019
1yarn create nuxt-app <project-name>
2npx create-nuxt-app <project-name>
3npm init nuxt-app <project-name>
Farley
08 Nov 2019
1npx create-nuxt-app@3.6.0 nuxt-crud
2