Appearance
Overview of the Nuxt plugin
WARNING
This plugin is in alpha state. It is not feature complete yet and not ready for production.
@nxext/nuxt is a Nx plugin to bring Nuxt3 to Nx.
Adding the Nuxt plugin
Adding the Nuxt plugin to a workspace can be done with the following:
bash
#yarn
yarn add -D @nxext/nuxt
#yarn
yarn add -D @nxext/nuxt
bash
#npm
npm install -D @nxext/nuxt
#npm
npm install -D @nxext/nuxt