Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 344 Bytes

Vue Calculator Application using TDD

Developing calculator application using Test Driven Development Approach.

Build Setup

install dependencies

npm install

start the application

npm run start

buid the application

npm run build:dev

eslint the application

npm run eslint

test the application

npm run test