1.1.1 • Published 3 months ago

@vyro-x/components-kit v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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
1.1.1

3 months ago

1.1.0

3 months ago

1.0.10

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago