Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 501 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 501 Bytes

A simple vue form to add and modify job applicants

You can play with the basic deployed version here 👉 Simple Form

Project related setup and compilation scripts

  • Install dependencies: yarn install
  • Compilation & hot reloading for development: yarn run serve
  • Compilation and minification of bundle for prod: yarn run build
  • Run tests: yarn run test
  • Lint and fix files: yarn run lint