An open API service indexing awesome lists of open source software.

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⚡️

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
```