https://github.com/liriliri/eruda-vue
Eruda plugin for vue
https://github.com/liriliri/eruda-vue
eruda
Last synced: about 1 month ago
JSON representation
Eruda plugin for vue
- Host: GitHub
- URL: https://github.com/liriliri/eruda-vue
- Owner: liriliri
- License: mit
- Created: 2017-12-16T06:33:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T02:22:51.000Z (9 months ago)
- Last Synced: 2025-03-26T08:51:38.295Z (about 2 months ago)
- Topics: eruda
- Language: JavaScript
- Size: 78.1 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# eruda-vue
[![NPM version][npm-image]][npm-url]
[![Build status][ci-image]][ci-url]
[![License][license-image]][npm-url][npm-image]: https://img.shields.io/npm/v/eruda-vue.svg
[npm-url]: https://npmjs.org/package/eruda-vue
[ci-image]: https://img.shields.io/github/actions/workflow/status/liriliri/eruda-vue/main.yml?branch=master&style=flat-square
[ci-url]: https://github.com/liriliri/eruda-vue/actions/workflows/main.yml
[license-image]: https://img.shields.io/npm/l/eruda-vue.svgEruda plugin for Vue.
## Demo
Browse it on your phone:
[https://eruda.liriliri.io/?plugin=vue](https://eruda.liriliri.io/?plugin=vue)## Install
```bash
npm install eruda-vue --save
``````javascript
eruda.add(erudaVue);
```Make sure Eruda is loaded before this plugin, otherwise won't work.