File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
- [ Yarn] ( https://yarnpkg.com/lang/en/docs/install/ )
11
11
- [ Vue CLI] ( https://cli.vuejs.org/guide/installation.html )
12
12
13
- # :rocket : How to install ?
13
+ ## :rocket : How to install ?
14
14
15
15
#### Clone the repo
16
16
@@ -24,7 +24,7 @@ $ git clone <YOUR_REPOSITORY_URL>
24
24
$ yarn install
25
25
```
26
26
27
- # :hammer_and_wrench : How to configure ?
27
+ ## :hammer_and_wrench : How to configure ?
28
28
29
29
#### Environnement settings
30
30
@@ -53,39 +53,39 @@ For adding a new languague :
53
53
$ yarn install
54
54
```
55
55
56
- # :video_game : How to use it ?
56
+ ## :video_game : How to use it ?
57
57
58
- ### Compiles and hot-reloads for development
58
+ #### Compiles and hot-reloads for development
59
59
60
60
```
61
61
$ yarn run serve
62
62
```
63
63
64
- ### Compiles and minifies for production
64
+ #### Compiles and minifies for production
65
65
66
66
```
67
67
$ yarn run build
68
68
```
69
69
70
- ### Run your tests
70
+ #### Run your tests
71
71
72
72
```
73
73
$ yarn run test
74
74
```
75
75
76
- ### Lints and fixes files
76
+ #### Lints and fixes files
77
77
78
78
```
79
79
$ yarn run lint
80
80
```
81
81
82
- ### Run your end-to-end tests
82
+ #### Run your end-to-end tests
83
83
84
84
```
85
85
$ yarn run test:e2e
86
86
```
87
87
88
- ### Run your unit tests
88
+ #### Run your unit tests
89
89
90
90
```
91
91
$ yarn run test:unit
You can’t perform that action at this time.
0 commit comments