https://github.com/eddyerburgh/vue-ios-calculator
Vue IOS calculator app
https://github.com/eddyerburgh/vue-ios-calculator
Last synced: 4 months ago
JSON representation
Vue IOS calculator app
- Host: GitHub
- URL: https://github.com/eddyerburgh/vue-ios-calculator
- Owner: eddyerburgh
- Created: 2018-11-09T12:49:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T12:50:19.000Z (over 7 years ago)
- Last Synced: 2024-12-30T04:26:10.051Z (over 1 year ago)
- Language: Vue
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ios-calculator
IOS style calculator built with Vue
Adapted from https://codepen.io/samsaari/pen/qZMzrr
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```