https://github.com/viivue/frontend-debug
Debug tool for front-end dev
https://github.com/viivue/frontend-debug
javascript
Last synced: 2 months ago
JSON representation
Debug tool for front-end dev
- Host: GitHub
- URL: https://github.com/viivue/frontend-debug
- Owner: viivue
- License: mit
- Created: 2021-11-19T08:06:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T08:57:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T21:12:36.878Z (3 months ago)
- Topics: javascript
- Language: JavaScript
- Homepage: https://fdebug.netlify.app/?debug
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐛 Frontend-debug
[](https://github.com/viivue/frontend-debug/releases/latest)
[](https://www.jsdelivr.com/package/gh/viivue/frontend-debug)
[](https://app.netlify.com/sites/fdebug/deploys)> Debug tool for front-end dev
## Installation
### NPM Package
Install NPM package
```shell
npm i @viivue/frontend-debug
```Import
```js
import "@viivue/frontend-debug";
```### CDN
Inject this script tag at the end of your page, right above `