Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/happones/laravel-echo-example-app
App Nativescript implements laravel echo presence channel
https://github.com/happones/laravel-echo-example-app
Last synced: 26 days ago
JSON representation
App Nativescript implements laravel echo presence channel
- Host: GitHub
- URL: https://github.com/happones/laravel-echo-example-app
- Owner: happones
- Created: 2019-03-27T17:13:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:47:01.000Z (about 2 years ago)
- Last Synced: 2023-03-05T06:09:22.941Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NativeScript-Vue Application
> A native application built with NativeScript-Vue
Repo for nativescript app built with Vue [Example LaravelApp](https://github.com/happones/nativescript-laravel-echo)
## Usage``` bash
# Install dependencies
npm install# Build for production
tns build --bundle# Build, watch for changes and debug the application
tns debug --bundle# Build, watch for changes and run the application
tns run --bundle
```