yarn install
Create the following files and fill the corresponding values from corresponding firebase project
.env.development
.env.production
yarn serve
yarn build
- Login to firebase cli
firebase login
- If you are already logged in, the firebase cli will return current account, if it is not the correct one, you need to log out first
firbase logout
- Run the corresponding script according to the environment you want to deploy
yarn deploy:dev
yarn deploy:prod