Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:14:18.000Z (about 2 years ago)
- Last Synced: 2024-11-11T02:25:10.414Z (2 months 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/).