https://github.com/iprit/three.text
https://github.com/iprit/three.text
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iprit/three.text
- Owner: IPRIT
- Created: 2018-05-25T17:46:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T17:46:20.000Z (about 8 years ago)
- Last Synced: 2025-01-16T10:13:31.214Z (over 1 year ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rabotify
[](https://git.rabota.space/rdw/rabotify/commits/master)
[](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
```