diff --git a/readme.md b/readme.md index b486b9e..6d28f6a 100644 --- a/readme.md +++ b/readme.md @@ -455,3 +455,5 @@ This plugin takes into account both **development** environment and **production - [redemo](https://github.com/gwuhaolin/redemo) elegant react demo component - [resume](https://github.com/gwuhaolin/resume) my resume - [remd](https://github.com/gwuhaolin/remd) fast react markdown component +- [use template compiler to pre-translate template](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/use-template-complier) + diff --git a/readme_zh.md b/readme_zh.md index c59f0f9..07756de 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -437,6 +437,7 @@ module.exports = { - [redemo](https://github.com/gwuhaolin/redemo) 快速优雅的为 react 组件生成文档 - [resume](https://github.com/gwuhaolin/resume) 我的简历 - [remd](https://github.com/gwuhaolin/remd) 高性能 react markdown 组件 +- [使用模版引擎预处理模版](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/use-template-complier) - [使用HTML模版配置资源注入到HTML](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/use-template) - [在webpack里直接通过JS配置资源注入到HTML](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/config-resource) - [管理多个单页应用](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/auto-plugin)