Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```