@revium/components

1.0.9 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @revium/components

Weekly Downloads

90

Version

1.0.9

License

UNLICENSED

Unpacked Size

481 kB

Total Files

23

Last publish

Collaborators

  • chrisnewtonrevium
  • jacqbot
  • sean.franklin