File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Introduction
2
2
3
- http://slides.com/emmanueldemey-1/deck-13#/
3
+ http://slides.com/t3kstiil3/deck-13
4
+ https://slides.com/t3kstiil3/deck-13/live
4
5
Pendant ce codelab, nous allons créer une petite application d'E-Commerce avec la bibliothèque VueJS.
5
6
6
7
## Prérequis
@@ -9,42 +10,34 @@ Pour faire ce codelab, vous avez besoin des outils suivants :
9
10
10
11
* GIT
11
12
* NodeJS 7.x
12
- * un IDE (WebStorm ou Visual Studio Code)
13
+ * un IDE (WebStorm ou Visual Studio Code... )
13
14
14
15
Pour aider au développement, vous pouvez utiliser l'extention Chrome ** Vue-devtools** (https://github.com/vuejs/vue-devtools )
15
16
16
17
Afin d'éviter les problèmes de réseau le jour J, veuillez cloner ce projet et exécuter les commandes suivantes :
17
18
18
19
``` shell
19
- git clone -b step1 https://github.com/Gillespie59/devoxx -vuejs
20
+ git clone -b step1 https://github.com/T3kstiil3/handson -vuejs
20
21
npm i -g vue-cli
21
- cd devoxx -vuejs
22
+ cd handson -vuejs
22
23
vue init webpack .
23
24
npm install axios vue-router vee-validate vuex --save
24
25
npm install
26
+
25
27
```
26
28
Pour vérifier que tout marche correctement:
27
- ```
29
+ ```
28
30
npm test
29
31
```
30
32
Tout devrait être vert !
31
33
32
- ## Par où commencer ?
34
+ ## Par où commencer ?
33
35
34
36
Tous les exercices qui vont suivre se baseront sur deux pages statiques que nous avons développées.
35
37
Le but sera d'intégrer ces pages dans une application VueJS.
36
38
37
39
Pour récupérer ces templates, veuillez exécuter la commande suivante :
38
40
39
41
``` shell
40
- git clone -b step0 https://github.com/Gillespie59/devoxx -vuejs
42
+ git clone -b step0 https://github.com/T3kstiil3/handson -vuejs
41
43
```
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
You can’t perform that action at this time.
0 commit comments