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

https://github.com/mustafadalga/calculator-vuejs

A simple calculator developed with vue js
https://github.com/mustafadalga/calculator-vuejs

calculator vue vue-cli vue-cli-4 webpack

Last synced: 2 months ago
JSON representation

A simple calculator developed with vue js

Awesome Lists containing this project

README

        

# Calculator | Vue JS

> A simple calculator developed with vue js

![screencapture-mustafadalga-github-io-Front-End-Developments-Calculator-2020-02-01-00_51_58](https://user-images.githubusercontent.com/25087769/73577370-b2db1080-448d-11ea-86b9-149dcb08fa27.png)

## Live Project :[Calculator](https://mustafadalga.github.io/Front-End-Developments/Calculator/)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).