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
- Host: GitHub
- URL: https://github.com/tendermint/cosmos-ui
- Owner: tendermint
- License: other
- Created: 2018-06-13T02:28:57.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-04T12:13:13.000Z (over 3 years ago)
- Last Synced: 2024-04-25T21:21:48.847Z (about 2 years ago)
- Language: Vue
- Homepage: https://cosmos-ui.netlify.app
- Size: 4.71 MB
- Stars: 18
- Watchers: 6
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# `@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`