0.0.7 • Published 3 years ago

vue-js-ray v0.0.7

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Debug your Vue application with Ray to fix problems faster

This package can be installed in any JS application to send messages to the Ray app.

Installation

Install with npm/yarn

$ npm install vue-js-ray
--
$ yarn add vue-js-ray

...and require the plugin by importing and use the plugin like so:

import Vue from 'vue'
import ray from 'vue-js-ray'

Vue.use(ray)

...and access the functions with

this.$ray()

You may need to stringify your object first before output to ray.

So far the package has been tested and working on Nuxt, Vue-cli and Laravel Jetstream (Inertia Stack)

Documentation

You can find the full documentation on our documentation site.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago