Skip to content

Update example to Vue application using vite

Paul Slaughter requested to merge ps-add-vue-to-example into main

Description

With the addition of the RemoteConfig type, the example application has become less than trivial. Let's move it to a bon-a-fide Vue application to ease maintainability of the example project.

Screenshots && How to test

  • Run yarn clean
  • Run yarn serve:example
  • Visit localhost:8000
With "Client Only" selected With "Remote" selected It works
Screen_Shot_2022-09-04_at_7.16.24_PM Screen_Shot_2022-09-04_at_7.16.32_PM Screen_Shot_2022-09-04_at_7.17.05_PM
Edited by Paul Slaughter

Merge request reports