3 links for Prember
-
PWA Your Ember App
I’ll walk through the steps needed to take your Ember app out of the mobile browser and onto your users’ home screens. With added native platform support available just this year and the backing of the always-amazing Ember addon ecosystem, making your Ember app fully PWA-capable has never been easier or more worthwhile.
Article by Kevin Pfefferle on 19th October 2018, in EmberFest 2018
-
Forcing Trailing Slashes for Routes
Most static asset servers will load index.html files from paths automatically, if they end in a trailing /. However, Ember routes typically omit the /, so to get everything loading, without a redirect, I had to apply some tweaks. This was completely stolen from the Ember Guides App. They use Prember there as well, and several of our techniques overlap.
Article by Robert Wagner on 13th August 2018