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