@pjblog/blog
v2.3.46
Published
PJBlog 2004-present 博客主程序工程
Downloads
410
Readme
PJBlog
2004-present blog which base injection
logic.
Install
$ npm i @pjblog/blog
$ pnpm i @pjblog/blog
Usage
import createBlog, { BlogProps, Newable, Plugin } from '@pjblog/blog';
createBlog(options: BlogProps, plugins?: Newable<Plugin<any>>[]): void;