- Composables
- Components
- Utils
- Advanced
- Commands
- Configuration
nuxi build-module
npx nuxi build-module [--stub] [rootDir]Thebuild-module command runs@nuxt/module-builder to generatedist directory within yourrootDir that contains the full build for yournuxt-module.
| Option | Default | Description |
|---|---|---|
rootDir | . | The root directory of the module to bundle. |
--stub | false | Stub out your module for development usingjiti. (note: This is mainly for development purposes.) |
This command is only available when you are using@nuxt/module-builder to build your module. Please seethis readme for more information.

