From 895db297d06e1c31aa89c73969f5f040ba7ef88d Mon Sep 17 00:00:00 2001 From: TroyTae Date: Wed, 22 May 2019 00:32:40 +0900 Subject: [PATCH] Example README.md --- examples/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..4fffd4a4 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,19 @@ +# Examples + +A collection of repositories or pages using html-webpack-plugin. + +Example | Link | Description +--- | --- | --- +Appcache | [appcache](./appcache) +Chunk Optimization | [chunk-optimization](./chunk-optimization) +Custom Template | [custom-template](./custom-template) +Default | [default](./default) +Favicon | [favicon](.\/favicon.) +Html Loader | [html-loader](./.html-loader) +Inline | [inline](./inline) +Javascript-advanced | [javascript-advanced](./javascript-advanced) +Javascript | [javascript](./javascript) +Pug Loader | [pug-loader](./pug-loader) +Sort Manually | [sort-manually](./sort-manually) +Template Parameters | [template-parameters](./template-parameters) +Landing Page | [webpack-static-webpage-example](https://github.com/TroyTae/webpack-static-webpage-example) | Landing page example that is optimized SEO and performance.