From 355be6fdbcabb1fea531f3d1f9668aceb46c1897 Mon Sep 17 00:00:00 2001 From: Yurii Yaroshenko Date: Tue, 12 Oct 2021 10:12:41 +0300 Subject: [PATCH] Update readme. --- generators/app/templates/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/generators/app/templates/README.md b/generators/app/templates/README.md index a8add7c..cd032e5 100644 --- a/generators/app/templates/README.md +++ b/generators/app/templates/README.md @@ -130,3 +130,11 @@ You can also use [npm scripts](https://docs.npmjs.com/misc/scripts): * `npm run start` - same as `gulp default`. * `npm run build` - same as `gulp build`. * `npm run ghpages` to push only `./build` folder to **gh-pages** branch on github (very useful for previews). + +## Some built in features + +### Js components + +* `Menu` - add burger menu toggling behaviour. +* `LazyLoader` - images lazy loading. +* `Offline` - add panel whith message when there is no interneta connection.