A project for Clicksign Front-end hiring process. An contact book, where the user will be able to see a list of his contacts, add new ones, edit and delete them.
Node Version 8.9 or above (8.11.0+ recommended)
- Vue.js - The JavaScript Framework used
- Jest - The JavaScript Testing Framework used
- Cypress -The JavaScript End to End Testing Framework used
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint