Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rabotaru/rabotify

Rabota.Ru Vue 2 Components
https://github.com/rabotaru/rabotify

Last synced: about 14 hours ago
JSON representation

Rabota.Ru Vue 2 Components

Awesome Lists containing this project

README

        

# Rabotify

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