Update README.md

Changed of file content to Polish.
This commit is contained in:
Kamil Niemczycki 2021-07-18 13:42:45 +02:00
parent 9e1084cf5f
commit 17db8acfac

View File

@ -1,24 +1,22 @@
# kamilcraft-master # kamilcraft-master projekt
Projekt mający na celu przedstawienie mojej wykonanej treści i moich projektów publicznych.
## Project setup ## Instalcja paczek do projektu
``` ```
npm install npm install
``` ```
### Compiles and hot-reloads for development ### Kompilacja i rekompilacja w czasie projektowania
``` ```
npm run serve npm run serve
``` ```
### Compiles and minifies for production ### Kompilacja i wrzucenie do folderu finalnego
``` ```
npm run build npm run build
``` ```
### Lints and fixes files ### Formatowanie treści kodu
``` ```
npm run lint npm run lint
``` ```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).