0.1.5 • Published 5 years ago

@devall/ui v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

NPM JavaScript Style Guide

Tech stack

Building components

Maintaining the system

📦 Install

To use reaviz in your project, install it via npm/yarn:

npm i @devall/ui --save

or

yarn add @devall/ui

🔭 Development

If you want to run REAVIZ locally, its super easy!

  • Clone the repository
  • yarn install
  • yarn start
  • Browser opens to Storybook page

to publish the repo to git you can run:

  • yarn version --new-version x.x.x to bump the version
  • git push --follow-tags