@revium/components
v1.0.9
Published
## Quick Start
Downloads
23
Keywords
Readme
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