https://github.com/vikashpr/vuejs-calculator
This is a simple Vue-2 Calculator
https://github.com/vikashpr/vuejs-calculator
Last synced: 7 months ago
JSON representation
This is a simple Vue-2 Calculator
- Host: GitHub
- URL: https://github.com/vikashpr/vuejs-calculator
- Owner: VikashPR
- Created: 2021-03-15T17:04:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T17:05:01.000Z (over 5 years ago)
- Last Synced: 2025-04-09T05:28:00.683Z (over 1 year ago)
- Language: Vue
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/).