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.
- 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."
Demonstration online by GitHub Pages on this link.
npm install
npm run dev
npm run build
This project is licensed under the MIT License - see the LICENSE.md file for details