An open API service indexing awesome lists of open source software.

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

A component library build by Sysvale, using storybook and Vue components
https://github.com/sysvale/component-library

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          



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
```