Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvelasquez/lighthouse-viewer
Wrapper for VanillaJS, VueJS & React of the Original Lighthouse Reporter/Viewer
https://github.com/dvelasquez/lighthouse-viewer
lighthouse lighthouse-viewer react svelte sveltejs vue webperf webperformance
Last synced: 1 day ago
JSON representation
Wrapper for VanillaJS, VueJS & React of the Original Lighthouse Reporter/Viewer
- Host: GitHub
- URL: https://github.com/dvelasquez/lighthouse-viewer
- Owner: dvelasquez
- License: apache-2.0
- Created: 2020-05-07T16:38:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T01:43:03.000Z (6 days ago)
- Last Synced: 2024-11-10T02:26:08.238Z (6 days ago)
- Topics: lighthouse, lighthouse-viewer, react, svelte, sveltejs, vue, webperf, webperformance
- Language: HTML
- Homepage: https://dvelasquez.github.io/lighthouse-viewer/index.html
- Size: 18.2 MB
- Stars: 38
- Watchers: 3
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/dvelasquez/lighthouse-viewer.svg?branch=main)](https://travis-ci.org/dvelasquez/lighthouse-viewer)
# Lighthouse Viewer MonorepositoryThis is a monorepo-multipackage managed with Lerna to publish to NPM the following packages:
- [lighthouse-viewer](./packages/lighthouse-viewer): The extracted sourcecode originally from [lighthouse](https://github.com/GoogleChrome/lighthouse). [Online demo](https://codesandbox.io/s/lighthouse-viewer-vanillajs-demo-zw2bj)
- [vue-lighthouse-viewer](./packages/vue-lighthouse-viewer): A wrapper of the lighthouse-viewer for Vue 2.
- [react2-lighthouse-viewer](./packages/react2-lighthouse-viewer): A wrapper of the lighthouse-viewer for React.
- [svelte-lighthouse-viewer](./packages/svelte-lighthouse-viewer): A wrapper of the lighthouse-viewer for Svelte 3.If you want a wrapper in for another library/framework, just open an issue ;)