@nexpress/plugin-forum
v0.3.8
Published
Forum plugin for NexPress — threaded discussions on top of the community surface.
Downloads
2,050
Maintainers
Readme
@nexpress/plugin-forum
Forum plugin for NexPress — threaded discussions on top of the community surface (comments, reactions, follows, mentions).
Install
pnpm add @nexpress/plugin-forumUsage
// nexpress.config.ts
import forum from "@nexpress/plugin-forum";
export default defineConfig({
// ...
plugins: [forum()],
});For the plugin model and extension points, see
@nexpress/plugin-sdk.
License
MIT
