commit afa6ad2a6b3fbb650e3ef9fc7ab48e80b4c93d03 Author: lesion Date: Tue Apr 2 23:23:45 2019 +0200 init 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).