/nuxt-101

Primary LanguageVue

NUXT-101

Node

Node installé sur ta machine.

Pour le vérifier

node --version

Au besoin télécharger et instaler Node

Vue

Installation de VUE-CLI

npm install -g @vue/cli @vue/cli-service-global

pour etre sure

vue --version

Build Setup

# 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 
dist

For detailed explanation on how things work, check out Nuxt.js docs.