vue-lighthouse-viewer
TypeScript icon, indicating that this package has built-in type declarations

0.1.235 • Public • Published

vue-lighthouse-viewer

This component is a Vue wrapper for the lighthouse-viewer. It depends on lighthouse-viewer, package that exports the original lighthouse-viewer from Google as an ES modules package.

Getting started

  1. Install using npm install vue-lighthouse-viewer or yarn add vue-lighthouse-viewer
  2. Import in your project:
import VueLighthouseViewer from "vue-lighthouse-viewer";
  1. Load the component in your code as follows:
<div id="app">
    <VueLighthouseViewer :json="json" />
</div>
  1. That's all!

Package Sidebar

Install

npm i vue-lighthouse-viewer

Weekly Downloads

31

Version

0.1.235

License

Apache-2.0

Unpacked Size

373 kB

Total Files

7

Last publish

Collaborators

  • dvelasquez