Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tj2904/vue-grade-calculator
Degree Classification Calculator (UK) made with Vue 3
https://github.com/tj2904/vue-grade-calculator
grade-calculator vue vue3 vuejs
Last synced: 5 days ago
JSON representation
Degree Classification Calculator (UK) made with Vue 3
- Host: GitHub
- URL: https://github.com/tj2904/vue-grade-calculator
- Owner: tj2904
- License: mit
- Created: 2022-06-08T09:44:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T03:29:29.000Z (7 months ago)
- Last Synced: 2024-04-09T04:28:49.908Z (7 months ago)
- Topics: grade-calculator, vue, vue3, vuejs
- Language: Vue
- Homepage: https://tj2904.github.io/vue-grade-calculator/
- Size: 886 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vue-grade-calculator
![workflow](https://github.com/tj2904/vue-grade-calculator/actions/workflows/main.yml/badge.svg)
![workflow](https://github.com/tj2904/vue-grade-calculator/actions/workflows/deploy.yml/badge.svg)
## 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/).