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.