Socket
Socket
Sign inDemoInstall

@vyro-x/components-kit

Package Overview
Dependencies
212
Maintainers
4
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
Maintainers
4
Created

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 (Make sure to use Node version v16.15.0)

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. 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 -rm dist
ln -s @vyro/packages/components-kit/dist dist
cp @vyro/packages/components-kit/package.json package.json
  1. Run parent component
cd @vyro/frontends/showcase
npm run dev

FAQs

Last updated on 14 Feb 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