Home

Issue: 1837

Can I use decorators in Nuxt.js ?

[issue link]

Hi, I’m trying to use decorators in Nuxt.js.
I tried to edit .babelrc by setting build.babel.babelrc to true, and adding a babelrc that includes the babel-plugin-transform-decorators as a plugin.
But the compilation did not work though.

Is it because the Node.js do not support decorators yet so that I could not use decorator in SSR?

This question is available on Nuxt.js community (#c1651)