md-tools-engine-taro
v1.0.1
Published
The Taro Engine For md-tools
Downloads
2
Readme
md-tools-engine-react
markdown文件使用md-tools转换后的数据在react下运行需提供的模板,入口文件和路由
用法
- 安装依赖:
npm i -D md-tools-engine-react
- 在
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