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: 4 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T01:26:50.000Z (about 2 years ago)
- Last Synced: 2025-11-18T22:57:45.207Z (7 months ago)
- Topics: components, javascript, react, vue
- Language: JavaScript
- Homepage: https://taslonic.compilorama.com
- Size: 6.53 MB
- Stars: 23
- Watchers: 1
- 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.
[](https://circleci.com/gh/glorious-codes/glorious-taslonic)
[](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 git@github.com: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
```