https://github.com/developermithu/vue3-calculator
Build a calculator using Vue Js 3 and Composition API.
https://github.com/developermithu/vue3-calculator
composition-api vite vue3
Last synced: 2 months ago
JSON representation
Build a calculator using Vue Js 3 and Composition API.
- Host: GitHub
- URL: https://github.com/developermithu/vue3-calculator
- Owner: developermithu
- Created: 2023-02-12T14:12:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T14:12:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T11:28:35.586Z (9 months ago)
- Topics: composition-api, vite, vue3
- Language: Vue
- Homepage: https://vuejs3-calculator.vercel.app
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vue 3 Composition API Calculator
### Getting Started
```bash
git clone https://github.com/developermithu/vue3-calculator
cd vue3-calculator
npm install
npm run dev
```