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
- Host: GitHub
- URL: https://github.com/sysvale/component-library
- Owner: Sysvale
- License: mit
- Created: 2019-11-28T11:30:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T17:44:26.000Z (almost 6 years ago)
- Last Synced: 2025-06-29T00:52:03.457Z (about 1 year ago)
- Language: JavaScript
- Size: 5.39 MB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A component library built by Sysvale, using storybook and Vue components
https://sysvale.github.io/component-library
### 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
```