laradumps-js
v0.2.2
Published
<p align="center"> <img src="https://raw.githubusercontent.com/laradumps/laradumps-core/refs/heads/2.x/art/logo.png" height="128" alt="" /> </p> <h1 align="center">LaraDumps Js</h1>
Readme
👋 Hello Dev,
LaraDumps is a user-friendly application designed to boost your coding and debugging experience.
When using LaraDumps, you can see your debugging results displayed in a standalone Desktop application.
Get Started
Web
- Add the min script to your header.
<script src="
https://cdn.jsdelivr.net/npm/laradumps-js/dist/laradumps.min.js
"></script>- Add a
ds()function somewhere in your code.
NodeJs | ReactJs | React Native
- Install LaraDumps Js in your project, run the command:
yarn add -D laradumps-js
npm install -D laradumps-js- Import the Laradumps Js
import {ds} from 'laradumps-js'or
import 'laradumps-js'- Add a
ds()function somewhere in your code.
Vite
- Install LaraDumps Js in your project, run the command:
yarn add -D laradumps-js
npm install -D laradumps-js- Import Laradumps Js inside bootstrap
import 'laradumps-js'- Add a
ds()function somewhere in your code.
Here's an example:
//... some JS code ...
ds('Hello from LaraDumps!').info();Credits
Author: Luan Freitas
Contribution: Hecktor Viegas
Logo by Vitor S. Rodrigues
