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

https://github.com/iprit/three.text


https://github.com/iprit/three.text

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rabotify

[![build status](https://git.rabota.space/rdw/rabotify/badges/master/build.svg)](https://git.rabota.space/rdw/rabotify/commits/master)
[![coverage report](https://git.rabota.space/rdw/rabotify/badges/master/coverage.svg)](https://git.rabota.space/rdw/rabotify/commits/master)

## Vue 2+ компоненты для Rabota.Ru

## Installing

Install dependecies

```bash
$ yarn
```

## Dev mode (hmr support)

Run dev server at `localhost:3200`

```bash
$ npm run dev
```

## Production build

```bash
$ npm run build
```

## Tests

```bash
$ npm run test
```

## Tests with ***coverage***

```bash
$ npm run test:coverage
```