https://github.com/willdoescode/vue-calc
⚡️A calculator written in Vue⚡️
https://github.com/willdoescode/vue-calc
calculator vue
Last synced: 9 months ago
JSON representation
⚡️A calculator written in Vue⚡️
- Host: GitHub
- URL: https://github.com/willdoescode/vue-calc
- Owner: willdoescode
- Created: 2020-08-06T06:00:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T19:45:35.000Z (over 5 years ago)
- Last Synced: 2025-07-13T16:48:28.399Z (9 months ago)
- Topics: calculator, vue
- Language: Vue
- Homepage:
- Size: 519 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wills Vue.js Calculator
Wills Vue.js Calc is a fully functional calculator modeled after the mac system calculator written in vue.js
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```