New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@revium/components

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revium/components

## Quick Start

latest
npmnpm
Version
1.0.9
Version published
Maintainers
4
Created
Source

revium-components

Quick Start

Install with

yarn install

To develop run

yarn storybook

Usage in projects

Add components to the project

yarn add @revium/components

Import individual component into the project

// Components.js
<template>
  <div>
    <rv-banner />
  </div>
</template>
<script>
import { RvBanner } from '@revium/components'

export default {
  components: {
    RvBanner
  }
}
</script>

Available Scripts

yarn build rebuild all output for revium components

yarn test:unit run unit tests for components

yarn test:unit-watch run unit tests in watch mode

yarn lint run linter on the project

yarn prepublish runs tests before publishing to git

yarn postpublish fire webhook to notify front end team of new deployments

yarn storybook run storybook on local machine

yarn storybook:build build storybook for hosting

FAQs

Package last updated on 24 Jan 2023

Did you know?

Socket

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