From c6484bfa2c2952c3ddecea79380f5bb06fa60ad9 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 11 Aug 2019 11:54:28 +0200 Subject: init --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b3f181 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# puszcza + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Run your tests +``` +npm run test +``` + +### Lints and fixes files +``` +npm run lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). -- cgit 1.4.1