Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thekicker/vue-yb
- Owner: TheKicker
- Created: 2019-03-19T00:33:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T18:31:41.000Z (over 2 years ago)
- Last Synced: 2024-10-10T20:49:26.693Z (28 days ago)
- Topics: college-project, introduction, laravel-vuejs, vuejs
- Language: Vue
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).