Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.03 KB

Vue Calculator

This is a simple calculator app concept built with Vue.js and Tauri.

Table of Contents


Technologies

Features

  • Enter values with keyboard or mouse via virtual keyboard
  • Copy results to clipboard
  • View history

Expectations

This repo merely exists as a fun project learning how to build cross-platform apps with Tauri, and my favorite javascript framework (Vue.js). Don't expect too much from this project, but it's a good learning experience.


Installation

To install this calculator, run the following command inside the directory:

# Install dependencies
npm install

# Build the app
npm run tauri build