0.6.4 • Published 5 years ago
bubo-swap-uikit v0.6.4
🥞 bubo UI Kit
Install
yarn add bubo-swap-uikit
Developing
This project uses Storybook. To start development run
$ yarn storybookCommitting
Commit messages follow Conventional Commits using commitlint.
Core Types
| Type | Description |
|---|---|
| build | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |
| ci | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) |
| docs | Documentation only changes |
| feat | A new feature |
| fix | A bug fix |
| perf | A code change that improves performance |
| refactor | A code change that neither fixes a bug nor adds a feature |
| style | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
| test | Adding missing tests or correcting existing tests |