A calculator create in Vue 3.0
IDATT2105-A2-VueCalculator
Project Summary
This project is completed as an mandatory assigment for the IDATT2105 course at NTNU.
It is a calculator create in Vue 3.0, with the ability to view your calculator log. The website is responsive and supports both desktop and mobile devices.
Screenshot of finished product
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint