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

https://github.com/tendermint/cosmos-ui

UI component library
https://github.com/tendermint/cosmos-ui

Last synced: 5 months ago
JSON representation

UI component library

Awesome Lists containing this project

README

          

# `@cosmos-ui/vue`

[![npm version](https://img.shields.io/npm/v/@cosmos-ui/vue)](https://www.npmjs.com/package/@cosmos-ui/vue)

Vue UI component library

## Run

```
npm i
```

## Development

```
npm run serve
```

## Contributing

1. Run `npm i; npm run serve` to start Storybook locally
2. Open `http://localhost:9999`
3. Create a Component in `src`
4. The Component directory must includes `Component.vue` and `Component.stories.js`
5. `config.js` will automatically import all files ending in `*.stories.js`