16.7.0-alpha1 • Published 7 months ago

@nxext/nuxt v16.7.0-alpha1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@nxext/nuxt

License

Not production ready yet Not feature complete yet

DO NOT USE FOR PRODUCTION

Getting Started

Add this plugin to an Nx workspace:

yarn add --dev @nxext/nuxt

or

npm install @nxext/nuxt --save-dev

Generate your project:

nx g @nxext/nuxt:app my-app

#Use your project

  • Run nx build my-app to build the app
  • Run nx serve my-app to start the Nuxt3 dev server
  • Run nx test my-app to test the app (not implemented yet)
  • Run nx e2e my-app to run the e2e tests

#Documentation

The full docs are found here