diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-08-11 11:54:28 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-08-11 11:54:28 +0200 |
commit | c6484bfa2c2952c3ddecea79380f5bb06fa60ad9 (patch) | |
tree | 263854f62c164b32f1deafac466f442d58b46e7b /README.md | |
download | puszcza-c6484bfa2c2952c3ddecea79380f5bb06fa60ad9.tar.gz puszcza-c6484bfa2c2952c3ddecea79380f5bb06fa60ad9.zip |
init
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
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/). |