Node installé sur ta machine.
Pour le vérifier
node --versionAu besoin télécharger et instaler Node
Installation de VUE-CLI
npm install -g @vue/cli @vue/cli-service-globalpour etre sure
vue --version# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project or Netlify command
$ npm run generate
# it will be publish to
distFor detailed explanation on how things work, check out Nuxt.js docs.