Please see attached sample
yarn serve - produces the correct result, appointment template (SFC) renders as expected
yarn build - (then serve it using something like https://www.npmjs.com/package/serve) the output does not render the template as expected, it's empty, refer to 2nd screenshot
Build:
Attachment: Vue3SchedulereventTemplate_9254539b.zip
Hi Jon,
We have tried to replicate the reported problem at our end in the given project and couldn't replicate it. Since the appointments are rendered properly for both npm and yarn serve. So can you please share issue replication steps or video demo? Because it will very useful to validate the issue and provide a prompt solution.
Please find the attachment of the video demo that works as expected.
Regards,
Balasubramanian S
Thanks for the reply - your video doesn't show the full stops, it just does a Production build then yarn serve hosts a Development mode build, please see my original posts that it's only a problem when hosting the production build, not just running build
Can you please try the following to reproduce the Production build:
npm install -g serve OR yarn add global serve
yarn build
serve dist
I'll upload a recording too shortly
gif of problem when serving the production build:
Just wondering if there's any update on this?