Files
ich-lerne-deutsch/README.md
2019-02-17 12:02:35 +07:00

19 lines
496 B
Markdown

# 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
```
### Compiles and hot-reloads for development
```
yarn run serve
```