# 12 Labours Design system components

## About

This design system will be used to develop commonly used UI components for the 12 labours web portal.

## Components

- [Element UI](https://github.com/ElemeFE/element)
- Tabs


# Development
## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build-bundle
```

# Tests

## Unit tests

Utlizes [Vue Test Utils](https://vue-test-utils.vuejs.org/) and [Jest](https://jestjs.io/).

### Running tests

Can be manually run with:
```
yarn test:unit
```
