https://github.com/kouts/vue-debug-log
A Vue component to facilitate debugging large data objects.
https://github.com/kouts/vue-debug-log
Last synced: about 2 months ago
JSON representation
A Vue component to facilitate debugging large data objects.
- Host: GitHub
- URL: https://github.com/kouts/vue-debug-log
- Owner: kouts
- License: mit
- Created: 2020-10-26T19:08:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T18:07:07.000Z (over 4 years ago)
- Last Synced: 2025-03-08T21:03:49.642Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/kouts/vue-debug-log
- Size: 387 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-debug-log
A Vue component to facilitate debugging large data objects.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Builds dist files
```
npm run build-lib
```