Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmadruga/myui
Example on how to build your own UI components library and showcase it in the same code structure
https://github.com/pmadruga/myui
Last synced: 2 months ago
JSON representation
Example on how to build your own UI components library and showcase it in the same code structure
- Host: GitHub
- URL: https://github.com/pmadruga/myui
- Owner: pmadruga
- License: mit
- Created: 2018-03-14T20:03:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T03:06:44.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:47:39.893Z (8 months ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 31
- Watchers: 0
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# myUI
Example on how to build your own UI components library and showcase it in the same code structure. Check the medium article.
## Getting Started
### Installing
```
yarn
```## Building
To build the library:
`yarn build`
To build the docs:
`yarn build:docs`
## Running
To start the documentation where you can show case the elements from lib:
`yarn start`
## Built With
* [Webpack 4](https://webpack.js.org/) - For building the library
* [Parcel Bundler](https://parceljs.org/) - For building the docs
* React## Contributing
All PR's are welcome.
## Authors
* **Pedro Madruga** - [twitter](https://twitter.com/thepedromadruga)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details