From 768b047e89f419deca3ddd00af7cb75209de97b6 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 30 Aug 2019 10:08:13 +0200 Subject: Move to nuxtjs --- README.md | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9b3f181..ad3d1c4 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,22 @@ # puszcza -## Project setup -``` -npm install -``` +> Strona 19 PDH Puszcza -### Compiles and hot-reloads for development -``` -npm run serve -``` +## Build Setup -### Compiles and minifies for production -``` -npm run build -``` +``` bash +# install dependencies +$ npm run install -### Run your tests -``` -npm run test -``` +# serve with hot reload at localhost:3000 +$ npm run dev -### Lints and fixes files -``` -npm run lint +# build for production and launch server +$ npm run build +$ npm run start + +# generate static project +$ npm run generate ``` -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org). -- cgit 1.4.1