0.1.16-beta.0 • Published 4 years ago

@fish-kit/md-tools-engine-react v0.1.16-beta.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

md-tools-engine-react

markdown文件使用md-tools转换后的数据在react下运行需提供的模板,入口文件和路由

用法

  1. 安装依赖:
npm i -D md-tools-engine-react
  1. md-tools.config.js配置engine.

    {
      engine: 'md-tools-engine-react',
      ...
    }

API

getRoutesPath(tmpDirPath, themeConfig, themePath, configEntryName)

generateEntryFile(tmpDirPath, themeConfig, configTheme, configEntryName, root)

htmlTemplate

License

MIT