Nuxt - CodeSee Beta
In the terminal, run the install command for your package manager: You need to edit your nuxt.config.js to make sure the codesee Babel plugin is included when in development mode. That is, change from: Before (in your nuxt.config.js) After (in your nuxt.config.js) The new code goes just before the export default config; line.
https://docs.codesee.io/projects/recordings/en/latest/install/setup-nuxt/