https://github.com/roneetkumar/vox
I made this web app (Vox) to learn Vue.js in my second-semester break. This app is inspired by Omnivox, which is used in colleges for student management. This app also takes advantage of Google's Firebase as back-end
https://github.com/roneetkumar/vox
javascript management material pwa student vox vue vuejs webapp
Last synced: about 1 month ago
JSON representation
I made this web app (Vox) to learn Vue.js in my second-semester break. This app is inspired by Omnivox, which is used in colleges for student management. This app also takes advantage of Google's Firebase as back-end
- Host: GitHub
- URL: https://github.com/roneetkumar/vox
- Owner: roneetkumar
- Created: 2019-08-14T00:46:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:14:18.000Z (over 3 years ago)
- Last Synced: 2025-01-08T17:58:15.440Z (over 1 year ago)
- Topics: javascript, management, material, pwa, student, vox, vue, vuejs, webapp
- Language: Vue
- Homepage: https://myomnivox.web.app
- Size: 3.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue
## 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/).