Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfcifuentes/vue-calculator
https://github.com/lfcifuentes/vue-calculator
vue vuejs
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lfcifuentes/vue-calculator
- Owner: lfcifuentes
- License: mit
- Created: 2019-04-13T02:39:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:38:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T15:46:05.937Z (over 1 year ago)
- Topics: vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.99 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-calculator
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).based on https://github.com/codyseibert/vue-calculator