Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).