npm install
create a config.json file with the following content.
{
"firebase-api": {
"apiKey": "",
"authDomain": "",
"databaseURL": "",
"projectId": "",
"storageBucket": "",
"messagingSenderId": "",
"appId": "",
"measurementId": ""
}
}
npm run serve
npm run build