Socket
Socket
Sign inDemoInstall

@vyro-x/components-kit

Package Overview
Dependencies
221
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vyro-x/components-kit

Intergrates components accross all frontends in vyro ecosystem.


Version published
Weekly downloads
3
decreased by-83.33%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 13 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc