1.0.2 • Published 5 years ago

@evag/evagjs-react v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
gitlab
Last release
5 years ago

evagjs-react

EVAG API interaction library with React components.

Install

yarn add @evag/evagjs-react

Setup for local package link

If you just do a yarn link:{path_to_this_folder}, the React installed in this node_modules will conflict with the one installed in the other project. So you need:

cd {this-folder}
yarn link
yarn install
cd node_modules/react
yarn link
cd {gatsby-project}
yarn link @evag/evagjs-react
yarn link react