Skip to content

Latest commit

 

History

History
executable file
·
37 lines (24 loc) · 371 Bytes

README.md

File metadata and controls

executable file
·
37 lines (24 loc) · 371 Bytes

Rabotify

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

Installing

Install dependecies

  $ yarn

Dev mode (hmr support)

Run dev server at localhost:3200

  $ npm run dev

Production build

  $ npm run build

Tests

  $ npm run test

Tests with coverage

  $ npm run test:coverage