@vyro-x/components-kit
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Vyro

This repository intergrates components accross all frontends in vyro ecosystem.

Getting started

Step #1 - Install dependencies

  1. Install Node & NPM using NVM

Step #2 Install

From the root directory

npm i

Step #3 How to develop

  1. run npm install in parent component to install dependencies.
cd vyro/frontends/showcase
npm run i
  1. Link react from showcase application to components-kit to avoid having two React instances.

cd vyro/frontends/showcase/node_modules/react npm link

cd vyro/frontends/showcase/node_modules/react-dom npm link

cd path/to/components-kit/ npm link react react-dom

  1. Run watcher
npm run watch
  1. make a sym link from dist folder to your parent component
cd vyro/frontends/showcase/node_modules/@vyro-x/components-kit
rm -rf dist
ln -s path/to/components-kit/dist dist
cp path/to/components-kit/package.json package.json
  1. Run parent component
cd @vyro/frontends/showcase
npm run dev

Readme

Keywords

none

Package Sidebar

Install

npm i @vyro-x/components-kit

Weekly Downloads

16

Version

1.1.1

License

MIT

Unpacked Size

6.8 MB

Total Files

107

Last publish

Collaborators

  • sketchminds
  • rajivaux
  • johnvyro
  • l3ardia
  • vyrolabs
  • willtpwise