Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rabotaru/rabotify
- Owner: RabotaRu
- Created: 2018-11-15T10:05:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:42:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T00:52:57.482Z (7 months ago)
- Language: CSS
- Homepage: https://rabotaru.github.io/rabotify/
- Size: 12.2 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
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
```