curso_ebac_frontend

This repository just was created to conclued a module of Fronted in EBAC Course.

In this module it was propoused implements an arithmetic calculator using Vue JS

Project Setup

Go to calculator directory:

cd calculator/

In this directory run this sequence of commands

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build