Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aurelienloyer/handson-vuejs

📚💻 Codelab Vue.js - Opérationnel avec Vue.js
https://github.com/aurelienloyer/handson-vuejs

Last synced: 12 days ago
JSON representation

📚💻 Codelab Vue.js - Opérationnel avec Vue.js

Awesome Lists containing this project

README

        

# Introduction

Pendant ce codelab, nous allons créer une petite application d'E-Commerce avec la bibliothèque Vue.js.

* https://slides.com/aurelienloyer/handson-vuejs
* https://slides.com/aurelienloyer/handson-vuejs/live

## Prérequis

Pour faire ce codelab, vous avez besoin des outils suivants :

* GIT
* NodeJS 7.x
* un IDE (WebStorm ou Visual Studio Code...)

Pour aider au développement, vous pouvez utiliser l'extention Chrome **Vue-devtools** (https://github.com/vuejs/vue-devtools)

Afin d'éviter les problèmes de réseau le jour J, veuillez cloner ce projet et exécuter les commandes suivantes :

```shell
git clone -b step0 https://github.com/T3kstiil3/handson-vuejs

npm install -g @vue/cli
# OR
yarn global add @vue/cli
```

Pour vérifier que tout marche correctement:
```
vue --version
vue --help
```
Vous devriez avoir une version > 3.* et une liste de command pour commencer votre projet.

##

Tous les exercices qui vont suivre se baseront sur deux pages statiques que nous avons développées.
Le but sera d'intégrer ces pages dans une application VueJS.

Pour récupérer ces templates, veuillez exécuter la commande suivante :

```shell
git clone -b step0 https://github.com/T3kstiil3/handson-vuejs
```

## Exercices

https://aurelien-loyer.fr/handson-vuejs/