https://github.com/tsaytson/calculator-vue
A simple calculator using Vue framework
https://github.com/tsaytson/calculator-vue
vue vuejs2
Last synced: 2 months ago
JSON representation
A simple calculator using Vue framework
- Host: GitHub
- URL: https://github.com/tsaytson/calculator-vue
- Owner: TSaytson
- Created: 2023-09-26T15:25:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T16:43:35.000Z (over 1 year ago)
- Last Synced: 2025-02-13T15:27:13.874Z (4 months ago)
- Topics: vue, vuejs2
- Language: Vue
- Homepage: https://tsaytson.github.io/Calculator-Vue/
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Vue
## Project setup
```
pnpm install
```### Compiles and hot-reloads for development
```
pnpm serve
```### Compiles and minifies for production
```
pnpm run build
```### Lints and fixes files
```
pnpm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).