mirror of
https://github.com/Dannecron/ich-lerne-deutsch.git
synced 2025-12-25 12:52:35 +03:00
4f15b462a19ea9f3105fd33628243ad4b37e9b02
User can add articles and parts, it stores in firestore.
Ich Lerne Deutsch
Project info
This is project based on tproger course to learn vue, vuex and how to work with firebase.
Project setup
- copy
src/config/firebase.example.jstosrc/config/firebase.jsand replace content with real firebase config. - run command
yarn install
Importing data to firestore
To achieve this goal we use node-firestore-import-export library.
-
Create
docker-compose.override.ymland add this content to itversion: '3' services: app: volumes: - /path/to/firebase/credentials.json:/var/www/credentials.json environment: - GOOGLE_APPLICATION_CREDENTIALS=/var/www/cred.json -
Run
docker-compose exec app firestore-import --yes --backupFile /var/www/vue/data/back-up.json
Compiles and hot-reloads for development
yarn run serve
Languages
Vue
72.9%
JavaScript
25.3%
HTML
0.7%
Dockerfile
0.6%
Makefile
0.5%