Server Side Rendering (Nuxt.js)
To use nuxt, we've created a package that defines a nuxt module so that all the hooks and utilities are imported automatically.
Install quirks nuxt package:
If you are using version v1 of yarn you must manually install the peer dependencies, as this version of yarn does not automatically resolve them.
Add Quirks module inside nuxt.config.ts
:
Add quirks.ts
inside plugins
folder:
You can start using it as described inside quick start.