/AppBrowserTester

Just a simple SPFx webpart that shows information about the browser that the user is using.

Primary LanguageTypeScript

app-browser-tester

Summary

Just a simple SPFx webpart that shows information about the browser that the user is using.

Used SharePoint Framework Version

version

Applies to

Version history

Version Date Comments
1.1 March 10, 2021 Update comment
1.0 January 29, 2021 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Include any additional steps as needed.

Package the App

  • gulp bundle --ship
  • gulp package-solution --ship

References