/vite

Primary LanguageTypeScriptMIT LicenseMIT

Calculator

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

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