Prerequisite: either NPM (comes with node) or Yarn.
To install the stable version:
npm install --save effector
yarn add effector
If you use React:
npm install --save effector-react
yarn add effector-react
or if you use Vue:
npm install --save effector-vue
yarn add effector-vue