Basic Vue.js repo to test an AWS CI pipeline with Github as source and a S3 Bucket for static web hosting once built with AWS CodeBuild.
Kit de départ préconfiguré utilisant vue-cli, ESLint avec Prettier et Jest.
Vérifier que Node est installé avec la commande:
node -v
Vérifier que Node est installé avec la commande:
npm -v
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve