From f731e5e07d90678aed665d83b6e0bf6ea974835b Mon Sep 17 00:00:00 2001 From: dannc Date: Sun, 17 Feb 2019 12:02:35 +0700 Subject: [PATCH] Update readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5983c72..b2e6c52 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Ich Lerne Deutsch +## Project info + +This is project based on [tproger course](https://tproger.ru/video/building-vuejs-app/) to learn [vue](https://vuejs.org/), +[vuex](https://vuex.vuejs.org/) and how to work with [firebase](https://firebase.google.com/). + ## Project setup +1. copy `src/config/firebase.example.js` to `src/config/firebase.js` and replace content with real firebase config. +2. run command ``` yarn install ``` @@ -9,8 +16,3 @@ yarn install ``` yarn run serve ``` - -### Compiles and minifies for production -``` -yarn run build -```