Liefer du amol soule
git clone https://github.com/wendt88/lieferts-los
cd lieferts-los
npm i
npm run start
cd functions
npm i
firebase login
firebase deploy --only functions
within main folder
npm i
npm run build
firebase login
firebase deploy --only hosting
- add all labes to
labels
insideclient/hbs/<language>.hbs
- use
v-text
-directive to output a text not the{{ ... }}
-syntax -> handlebars drfetzt olls los
...
labels:
sepp lois
---
...
<!-- inside vue html: -->
<h1 v-text="$labels.sepp"></h1>
<h1>lois</h1>