https://github.com/sno2/vue-gradebook
A simple Vue 3 app to organize your grades built with TypeScript!
https://github.com/sno2/vue-gradebook
Last synced: 6 months ago
JSON representation
A simple Vue 3 app to organize your grades built with TypeScript!
- Host: GitHub
- URL: https://github.com/sno2/vue-gradebook
- Owner: sno2
- License: mit
- Created: 2020-09-26T23:35:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T12:29:55.000Z (almost 6 years ago)
- Last Synced: 2025-06-13T11:06:12.994Z (about 1 year ago)
- Language: Vue
- Homepage: https://vue-gradebook.netlify.app/
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).