Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): add related project: lighthouse-viewer #11250

Merged
merged 3 commits into from
Aug 11, 2020

Commits on Aug 11, 2020

  1. docs(readme): added new related projects

    <!--
    Thank you for submitting a pull request!
    See CONTRIBUTING.MD for help in getting a change landed.
      https://github.com/GoogleChrome/lighthouse/blob/master/CONTRIBUTING.md
    -->
    
    **Summary**
    <!-- What kind of change does this PR introduce? -->
    This PR updates the README.md adding 4 small projects I'm maintaining.
    * lighthouse-viewer: lighthouse-reporter sourcecode packaged as an UMD & ESM npm package, to visualise your JSON reports. The process to copy the code from lighthouse to this package is automated.
    * react2-lighthouse-viewer: This package is a React wrapper of `lighthouse-viewer`.
    * svelte-lighthouse-viewer: This package is a Svelte wrapper of `lighthouse-viewer`.
    * vue-lighthouse-viewer: This package is a Vue wrapper of `lighthouse-viewer`.
    
    <!-- Is this a bugfix, feature, refactoring, build related change, etc? -->
    
    <!-- Describe the need for this change -->
    Add more options for visualisation of lighthouse JSON reports.
    <!-- Link any documentation or information that would help understand this change -->
    Sourcecode of the projects added: https://github.com/dvelasquez/lighthouse-viewer
    **Related Issues/PRs**
    <!-- Provide any additional information we might need to understand the pull request -->
    dvelasquez authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    2c5435c View commit details
    Browse the repository at this point in the history
  2. docs(readme): merge projects into one

    Co-authored-by: Paul Irish <[email protected]>
    dvelasquez and paulirish authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    3cda044 View commit details
    Browse the repository at this point in the history
  3. drop the 3 extra

    paulirish authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    2dcb184 View commit details
    Browse the repository at this point in the history