Open
Description
Hi,
I'm planning on adding angular universal as per example MeteorCLI/universal and have few questions:
-
How to run the example with AOT on Windows (
AOT=1 meteor
), I tried:set AOT=1 meteor
set AOT=1 meteor
-
The doc mentions:
If you want to disable Universal in Development, you can do
Meteor.isProduction
check beforeonPageLoad
Where is
onPageLoad
? -
Has anyone run into some issues while deploying such app in production?
-
Once the app is deployed, does it run automatically with AOT?
Thank you.