SPA Confusion. Difference between build --spa and generate?
[issue link]Okay, so I want to generate a SPA. No SSR.
Do I build --spa and then generate?
Or is it enough to build --spa and then deploy the dist directory?
What’s the difference between build --spa and generate?
(I want to deploy the SPA on something like Netlify or Zeit’s Now.)