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
- Host: GitHub
- URL: https://github.com/mustafadalga/calculator-vuejs
- Owner: mustafadalga
- Created: 2020-02-01T00:58:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:12:35.000Z (over 2 years ago)
- Last Synced: 2025-01-18T08:34:09.254Z (4 months ago)
- Topics: calculator, vue, vue-cli, vue-cli-4, webpack
- Language: Vue
- Homepage: https://mustafadalga.github.io/Front-End-Developments/Calculator/
- Size: 315 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator | Vue JS
> A simple calculator developed with vue js

## 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/).