https://github.com/aiya000/vue-calculator
A Vue.js & TypeScript & chai (tests) experience.
https://github.com/aiya000/vue-calculator
chai typescript vuejs
Last synced: about 2 months ago
JSON representation
A Vue.js & TypeScript & chai (tests) experience.
- Host: GitHub
- URL: https://github.com/aiya000/vue-calculator
- Owner: aiya000
- License: mit
- Created: 2019-12-09T02:39:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:29:18.000Z (over 2 years ago)
- Last Synced: 2025-03-14T22:36:44.613Z (about 2 months ago)
- Topics: chai, typescript, vuejs
- Language: Vue
- Homepage:
- Size: 365 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-calculator
A vue.js & TypeScript & test experience
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).