This commit is contained in:
Kiril Peyanski 2018-10-23 14:13:32 +03:00
Родитель 782d8a1ea3
Коммит 96f5aacbf6
4 изменённых файлов: 25 добавлений и 8 удалений

17
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,17 @@
# Folders
.vscode/
.tmp/
node_modules/
dist/
modules/
# Log files
npm-debug.log
lerna-debug.log
debug.log
# System files
.DS_Store
# Lock files
package-lock.json

Просмотреть файл

@ -29,16 +29,16 @@ We can also create a manifest.json file that is used to tell the device running
[The Web App Manifest](https://developers.google.com/web/fundamentals/web-app-manifest/?utm_source=devtools)
Once the application is up and running, we can check its functionality by inspecting the Application tab of the browser console:
![Service Worker](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/sw.png)
![Service Worker](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/sw.png)
We can then check the "Offline" option in order to check the offline functionality of the app:
![Offline](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/offline.png)
![Offline](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/offline.png)
We can inspect the cached assets:
![Local assets](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/cached.png)
![Local assets](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/cached.png)
Add the app to the home screen:
![Add to home screen](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/add_to_home.png)
![Add to home screen](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/add_to_home.png)
Added to apps:
![Browser dashboard](https://github.com/telerik/react-dashboard/blob/master/src/assets/help_images/dashboard.png)
![Browser dashboard](https://github.com/telerik/kendo-react-material-dashboard/blob/master/src/assets/help_images/dashboard.png)

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "react-redux-wrappers-dashboard",
"name": "kendo-react-material-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
@ -72,7 +72,7 @@
"webpack-manifest-plugin": "1.2.1",
"whatwg-fetch": "2.0.3"
},
"homepage": "http://telerik.github.io/react-dashboard",
"homepage": "http://telerik.github.io/kendo-kendo-react-material-dashboard",
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",

Просмотреть файл

@ -49,7 +49,7 @@
"density": "4.0"
}
],
"start_url": "https://telerik.github.io/react-dashboard/index.html",
"start_url": "https://telerik.github.io/kendo-react-material-dashboard/index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"