mirror of
https://github.com/Dannecron/ich-lerne-deutsch.git
synced 2025-12-25 12:52:35 +03:00
b79f31e7de7a7379bdd53aed8a2add118592666d
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%