Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thekicker/vue-yb

PART TWO: This is the semester long project for CSC408 Mobile and Cloud Applications in Spring of 2019 at Geneva College. Laravel-based servers-side code for cloud and mobile computing project using Laravel, Vue.JS and Nativescript via Amazon Web Services.
https://github.com/thekicker/vue-yb

college-project introduction laravel-vuejs vuejs

Last synced: 7 days ago
JSON representation

PART TWO: This is the semester long project for CSC408 Mobile and Cloud Applications in Spring of 2019 at Geneva College. Laravel-based servers-side code for cloud and mobile computing project using Laravel, Vue.JS and Nativescript via Amazon Web Services.

Awesome Lists containing this project

README

        

# vue-yb

## 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
```
### Lints and fixes file errors (like spacing issue)
```
npm run lint --fix
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).