How to reproduce swiper error on SSR
ERROR ReferenceError: window is not defined
npm install
npm run build:ssr && npm run serve:ssr
- Compiles your application and spins up a Node Express to serve your Universal application on http://localhost:4000
.