Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glorious-codes/glorious-taslonic
Glorious components for Vue & React.
https://github.com/glorious-codes/glorious-taslonic
components javascript react vue
Last synced: 2 days ago
JSON representation
Glorious components for Vue & React.
- Host: GitHub
- URL: https://github.com/glorious-codes/glorious-taslonic
- Owner: glorious-codes
- License: mit
- Created: 2019-03-05T19:09:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T01:26:50.000Z (5 months ago)
- Last Synced: 2024-11-06T19:54:46.977Z (12 days ago)
- Topics: components, javascript, react, vue
- Language: JavaScript
- Homepage: https://taslonic.compilorama.com
- Size: 6.53 MB
- Stars: 23
- Watchers: 3
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Taslonic
> Glorious components for Vue & React.[![CircleCI](https://circleci.com/gh/glorious-codes/glorious-taslonic.svg?style=svg)](https://circleci.com/gh/glorious-codes/glorious-taslonic)
[![Coverage Status](https://coveralls.io/repos/github/glorious-codes/glorious-taslonic/badge.svg?branch=master)](https://coveralls.io/github/glorious-codes/glorious-taslonic?branch=master)## Contributing
1. Install [Node](https://nodejs.org/en/). Download the "Recommend for Most Users" version.
2. Clone the repo:
``` bash
git clone [email protected]:glorious-codes/glorious-taslonic.git
```3. Go to the project directory
``` bash
cd glorious-taslonic
```4. Install the project dependencies
``` bash
npm install
```4. Build packages
``` bash
npm run build
```5. From here, refer to the README of the Taslonic package you want to contribute for:
- [React](https://github.com/glorious-codes/glorious-taslonic/tree/master/packages/react#taslonic-react)
- [Vue](https://github.com/glorious-codes/glorious-taslonic/tree/master/packages/vue#taslonic-vue)## Tests
1. Ensure that all code that you have added is covered with unit tests:
``` bash
npm run test
```2. You can optionally generate coverage report after running tests:
``` bash
npm run test -- --coverage
```