Skip to content

Simple calculator using Vue 3, Vite, Typescript and TailwindCSS

License

Notifications You must be signed in to change notification settings

simit22/calculator

 
 

Repository files navigation

Calculator

A simple calculator app built to explore new features on Vue 3, like the composition API, in use with Typescript, and tailwind CSS.

Repo referenced by Lachlan Miller (Cypress and Vue team member) on this video, as an example of refactoring Vue 3 apps to the composable architecture.

Built With

  • Vue - "A progressive, incrementally-adoptable JavaScript framework for building UI on the web."
  • Vite - "A build tool that aims to provide a faster and leaner development experience for modern web projects"
  • Typescript - "An open-source language which builds on JavaScript, adding static type definitions."
  • Tailwind CSS - "A utility-first and fully responsive CSS framework."

Demo

Demonstration online by GitHub Pages on this link.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Simple calculator using Vue 3, Vite, Typescript and TailwindCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.4%
  • Vue 21.8%
  • JavaScript 2.7%
  • HTML 1.1%