Skip to content

Commit

Permalink
docs: link 给HTML标签注入属性
Browse files Browse the repository at this point in the history
  • Loading branch information
halwu(吴浩麟) committed Aug 20, 2017
1 parent b831152 commit 208a371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -464,10 +464,10 @@ This plugin takes into account both **development** environment and **production
- [webpack2 终极优化](https://github.com/gwuhaolin/blog/issues/2)
- [使用模版引擎预处理模版](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)
- [给HTML标签注入属性](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/config-html-attribute)
- [在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)
- [从JS中提取出CSS](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/extract-css)
- [直接注入本地文件](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/load-local-file)
- [设置PublicPath](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/public-path)
- [编辑HTML模版时,监听模式下会自动编译和刷新](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/watch-template)

- [编辑HTML模版时,监听模式下会自动编译和刷新](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/watch-template)
1 change: 1 addition & 0 deletions readme_zh.md
Expand Up @@ -450,6 +450,7 @@ module.exports = {
- [webpack2 终极优化](https://github.com/gwuhaolin/blog/issues/2)
- [使用模版引擎预处理模版](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)
- [给HTML标签注入属性](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/config-html-attribute)
- [在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)
- [从JS中提取出CSS](https://github.com/gwuhaolin/web-webpack-plugin/tree/master/demo/extract-css)
Expand Down

0 comments on commit 208a371

Please sign in to comment.