pando-api-grpcweb
v1.0.4
Published
> @pandolink/grpcweb
Readme
Frontend Module for Public API Protofiles
@pandolink/grpcweb
How to update module
Clone this repositoy.
Navigate to the child directory, public-api
cd public-api- Checkout to the develop branch in the public-api submodule/directory. And pull changes from develop.
git checkout develop
git pull origin develop- Go back to the root directory.
cd ..- Compile the latest protofiles from the public-api submodule by running:
yarn buildCompiled files are created under root/public-api/src/grpcweb/pando folder.
Copy and paste or replace compiled pando folder from the public-api to root/src
Publish to npm with the latest version by running:
yarn publishHow to use or update module in project
yarn remove @pandolink/grpcweb
yarn add @pandolink/grpcwebnpm uninstall @pandolink/grpcweb
npm install @pandolink/grpcweb