From 504f35902c60e4ba8dbaf7346163d17a8c6175ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?halwu=28=E5=90=B4=E6=B5=A9=E9=BA=9F=29?= Date: Mon, 3 Jul 2017 20:23:07 +0800 Subject: [PATCH] docs: add link use template compiler to pre-translate template --- readme.md | 2 ++ readme_zh.md | 1 + 2 files changed, 3 insertions(+) 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)