diff --git a/.github/logo.png b/.github/logo.png new file mode 100644 index 00000000..18bac950 Binary files /dev/null and b/.github/logo.png differ diff --git a/README.md b/README.md index 06124724..77822888 100644 --- a/README.md +++ b/README.md @@ -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/).