From afa6ad2a6b3fbb650e3ef9fc7ab48e80b4c93d03 Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 2 Apr 2019 23:23:45 +0200 Subject: [PATCH] init --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..0ffa0472 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# gancio + +> My well-made Nuxt.js project + +## Build Setup + +``` bash +# install dependencies +$ yarn install + +# serve with hot reload at localhost:3000 +$ yarn run dev + +# build for production and launch server +$ yarn run build +$ yarn start + +# generate static project +$ yarn run generate +``` + +For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).