mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
docs: added logo in README.md
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
caa559e905
commit
201cf24325
2 changed files with 8 additions and 13 deletions
BIN
.github/logo.png
vendored
Normal file
BIN
.github/logo.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
21
README.md
21
README.md
|
@ -1,24 +1,19 @@
|
||||||
# it-tools
|
# it-tools
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Project setup
|
## Project setup
|
||||||
```
|
Install dependencies by running the following command:
|
||||||
|
```shell
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
Then compiles and hot-reloads for development:
|
||||||
```
|
```shell
|
||||||
npm run serve
|
npm run serve
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and minifies for production
|
And to lint and fixe files, run:
|
||||||
```
|
```shell
|
||||||
npm run build
|
|
||||||
```
|
|
||||||
|
|
||||||
### Lints and fixes files
|
|
||||||
```
|
|
||||||
npm run lint
|
npm run lint
|
||||||
```
|
```
|
||||||
|
|
||||||
### Customize configuration
|
|
||||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue