https://github.com/pycomet-zz/calculator-app
This is a vue calculator application with an authentication system
https://github.com/pycomet-zz/calculator-app
Last synced: about 2 months ago
JSON representation
This is a vue calculator application with an authentication system
- Host: GitHub
- URL: https://github.com/pycomet-zz/calculator-app
- Owner: Pycomet-zz
- Created: 2020-05-22T11:53:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:41:15.000Z (over 2 years ago)
- Last Synced: 2024-10-05T22:05:06.948Z (8 months ago)
- Language: Vue
- Size: 4.44 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calculator-app
## 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/).