Skip to content

Commit 57edb50

Browse files
committed
📚 Updating documentation
1 parent b3acbe1 commit 57edb50

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

template/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [Yarn](https://yarnpkg.com/lang/en/docs/install/)
1111
- [Vue CLI](https://cli.vuejs.org/guide/installation.html)
1212

13-
# :rocket: How to install ?
13+
## :rocket: How to install ?
1414

1515
#### Clone the repo
1616

@@ -24,7 +24,7 @@ $ git clone <YOUR_REPOSITORY_URL>
2424
$ yarn install
2525
```
2626

27-
# :hammer_and_wrench: How to configure ?
27+
## :hammer_and_wrench: How to configure ?
2828

2929
#### Environnement settings
3030

@@ -53,39 +53,39 @@ For adding a new languague :
5353
$ yarn install
5454
```
5555

56-
# :video_game: How to use it ?
56+
## :video_game: How to use it ?
5757

58-
### Compiles and hot-reloads for development
58+
#### Compiles and hot-reloads for development
5959

6060
```
6161
$ yarn run serve
6262
```
6363

64-
### Compiles and minifies for production
64+
#### Compiles and minifies for production
6565

6666
```
6767
$ yarn run build
6868
```
6969

70-
### Run your tests
70+
#### Run your tests
7171

7272
```
7373
$ yarn run test
7474
```
7575

76-
### Lints and fixes files
76+
#### Lints and fixes files
7777

7878
```
7979
$ yarn run lint
8080
```
8181

82-
### Run your end-to-end tests
82+
#### Run your end-to-end tests
8383

8484
```
8585
$ yarn run test:e2e
8686
```
8787

88-
### Run your unit tests
88+
#### Run your unit tests
8989

9090
```
9191
$ yarn run test:unit

0 commit comments

Comments
 (0)