JSPM

  • Created
  • Published
  • Downloads 78813
  • Score
    100M100P100Q153093F
  • License MIT

Package Exports

  • @nuxt/module-builder

Readme

Nuxt Module Builder

Build Nuxt modules using unjs/unbuild.

Usage

  • Install @nuxt/module-builder as a devDependency
  • Use npx nuxt-build-module to build module

Note: Module structure needs src/module.ts and optional src/runtime/

Development

  • Clone this repository
  • Try changes using yarn play (it will build playground/ to playground/dist/)

License

MIT - Made with 💚