/sales

Implementation of a VueJS application that accesses a JSON file including sales data, such as name, price and quantity. From this data, a processing is performed to obtain the total sold of each product and the total of all sales.

Primary LanguageHTML

Sales

Implementation of a VueJS application that accesses a JSON file including sales data, such as name, price and quantity. From this data, a processing is performed to obtain the total sold of each product and the total of all sales.

Installation

npm install

Execution

npm start and open http://localhost:8080 on your prefered browser