Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```