/component-library

A component library build by Sysvale, using storybook and Vue components

Primary LanguageJavaScriptMIT LicenseMIT

SysvaleComponentLibraryLogo

A component library built by Sysvale, using storybook and Vue components

https://sysvale.github.io/component-library

CodeFactor CodeFactor

How to install and run

  • Clone the repository:
git clone https://github.com/Sysvale/component-library.git
  • Install the dependencies:
npm i
  • Run the component library:
npm run storybook

How to run the tests

npm run test