docs: added logo in README.md

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-06-07 12:18:55 +02:00
parent caa559e905
commit 201cf24325
2 changed files with 8 additions and 13 deletions

BIN
.github/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -1,24 +1,19 @@
# it-tools
![logo](.github/logo.png)
## Project setup
```
Install dependencies by running the following command:
```shell
npm install
```
### Compiles and hot-reloads for development
```
Then compiles and hot-reloads for development:
```shell
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
And to lint and fixe files, run:
```shell
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).