SlideShare a Scribd company logo
PWA with VueJS
Vue meet-up Dhaka, 2018
Md. Ziaul Haq
JavaScript Developer

Author

@jquerygeek
What we will cover
• What is PWA

• Why we should care about PWA

• What tools and techniques we should know to
build PWA

• How VueJS can help us to build a PWA
(PWA)

Progressive Web App
Progressive
Enhancement in Web App
What is PWA?
• It is more a marketing term than technical :) 

• Introduced by google / chrome team members 

• Use the latest advantage of web technologies 

• Don’t need to wait for every browser
Why PWA?
Features of PWA
• Progressive

• Responsive / Mobile First 

• Works Offline

• App-like

• Fresh Content
Features of PWA
• Safe

• Discoverable

• Re-engageable

• Durable

• Linkable
We need PWA :)
Tools and technique
• Meta data

• Server Side Rendering

• Service worker
• Cache API

• IndexDB and WebSQL

• Notification in Browser

• Background Sync
Meta Data in App
• Viewport 

• Home Icon

• Manifest file

• Display
Server Side Rendering
(SSR)
Client Side Render
Server Side Render
Service Worker !!
“Programmable network proxy.”
Service Worker
Service Worker
Service Worker
• JavaScript Worker

• Works in Secure Network

• Most things in PWA need Service worker 

• Service Worker run on it’s own thread
Service worker in action
• User send request to the
service worker

• If cache, serve from cache

• no cache, serve from web
and save to cache
SW Register
SW Life Cycle
SW Life Cycle
Check SW in Browser
Learn more on
• Service Worker

• Server Side Rendering

• Cache API

• IndexDB and WebSQL

• Promise

• Notification API

• Background Sync
PWA with Vue
• PWA vue-template

• Nuxt.js paw module

• PWA Hackernews clone

• https://github.com/vuejs/vue-hackernews-2.0 

• sw-precache-webpack-plugin 
SW in Vue
var	webpackConfig	=	merge(baseWebpackConfig,	{	
		...	
		plugins:	[	
				...	
				new	SWPrecacheWebpackPlugin({	
						cacheId:	'my-vue-app',	
						filename:	'service-worker.js',	
						staticFileGlobs:	['dist/**/*.{js,html,css}'],	
						minify:	true,	
						stripPrefix:	'dist/'	
				})	
		]	
})
Thank you all.

Questions?

More Related Content

PPTX
Pros and Cons of developing a Thick Clientside App
PPTX
Mobilizing Your SAP Data with Kendo UI Mobile
PPTX
Build HTML5 Sites/Apps with Kendo UI Core
PPTX
Build Hybrid Mobile Applications for Nokia Lumia Devices
PPTX
Integrate Videos & Photos With Ease in ASP.NET
PDF
Server rendering-talk
PDF
Front End Applications Using One Stop JavaScript Library from Telerik
PDF
Building Next generation progressive web apps with Isomorphic JavaScript
Pros and Cons of developing a Thick Clientside App
Mobilizing Your SAP Data with Kendo UI Mobile
Build HTML5 Sites/Apps with Kendo UI Core
Build Hybrid Mobile Applications for Nokia Lumia Devices
Integrate Videos & Photos With Ease in ASP.NET
Server rendering-talk
Front End Applications Using One Stop JavaScript Library from Telerik
Building Next generation progressive web apps with Isomorphic JavaScript

What's hot (20)

PPTX
Using SignalR with Kendo UI
PPT
Introduction To JavaScript
PPTX
Benefits of developing single page web applications using angular js
PDF
Solving Enteprise Mobility Considerations with Telerik Mobile Platform
PPTX
Single page application
PPTX
Progressive Web Apps
PPTX
12 Clouds of Christmas 2012- Stormpath
PPTX
Progressive Web Application - Advanced Topics
PDF
AZURE WEBSITE DEEPDIVE
PPTX
Getting Started with ASP.NET vNext
PPTX
Server Side Responsive Layouts for ASP.NET WebForms using Telerik UI for ASP....
PPTX
Making Single Page Applications (SPA) faster
PPTX
HTML5 Charting in ASP.NET using RadHtmlChart
PPTX
Jumpstart your ASP.NET Project Development with Sitefinity Platform
PPTX
Improving Perceived Page Performance with ASP.NET Web API and AJAX
PPTX
Kendo UI Wrappers in ASP.NET Core
PPTX
Azure app services API apps
PPTX
Users: SOA Last Mile - WSO2Con 2011
PDF
Platform as a Service for Rapid Development
PPTX
Running Web & Mobile App on Azure App Service
Using SignalR with Kendo UI
Introduction To JavaScript
Benefits of developing single page web applications using angular js
Solving Enteprise Mobility Considerations with Telerik Mobile Platform
Single page application
Progressive Web Apps
12 Clouds of Christmas 2012- Stormpath
Progressive Web Application - Advanced Topics
AZURE WEBSITE DEEPDIVE
Getting Started with ASP.NET vNext
Server Side Responsive Layouts for ASP.NET WebForms using Telerik UI for ASP....
Making Single Page Applications (SPA) faster
HTML5 Charting in ASP.NET using RadHtmlChart
Jumpstart your ASP.NET Project Development with Sitefinity Platform
Improving Perceived Page Performance with ASP.NET Web API and AJAX
Kendo UI Wrappers in ASP.NET Core
Azure app services API apps
Users: SOA Last Mile - WSO2Con 2011
Platform as a Service for Rapid Development
Running Web & Mobile App on Azure App Service
Ad

Similar to Pwa with vue js (20)

PPT
Progressive Web Apps - Up & Running
PDF
Google Developers Group Cloud Los Angeles, Progressive Web Applications by Ta...
PPTX
PWA basics for developers
PDF
Progressive web apps
PPTX
Progressive Web Apps 101
PDF
Turku <3 Frontend - Progressive Web Apps, Web and Apps
PDF
Progressive Web Apps - NPD Meet
PDF
A deep dive into progressive web apps for drupal 8
PDF
Pwa february 2018
PDF
Progressive Web Apps
PDF
WTF is PWA?
PPTX
Progressive web app testing
PPTX
Why progressive apps for WordPress - WordSesh 2020
PPTX
Pwa demystified
PPTX
Basic Understanding of Progressive Web Apps
PPTX
Basic Learning about Progressive Web Apps (PWA)
PPTX
Why Progressive Web Apps For WordPress - WordCamp Finland
PPTX
PWA demystified
PPTX
SearchLeeds 2019 - Nichola stott - The state of PWAs
Progressive Web Apps - Up & Running
Google Developers Group Cloud Los Angeles, Progressive Web Applications by Ta...
PWA basics for developers
Progressive web apps
Progressive Web Apps 101
Turku <3 Frontend - Progressive Web Apps, Web and Apps
Progressive Web Apps - NPD Meet
A deep dive into progressive web apps for drupal 8
Pwa february 2018
Progressive Web Apps
WTF is PWA?
Progressive web app testing
Why progressive apps for WordPress - WordSesh 2020
Pwa demystified
Basic Understanding of Progressive Web Apps
Basic Learning about Progressive Web Apps (PWA)
Why Progressive Web Apps For WordPress - WordCamp Finland
PWA demystified
SearchLeeds 2019 - Nichola stott - The state of PWAs
Ad

More from Md. Ziaul Haq (6)

PDF
Taste of RxJS
PDF
The MEAN Stack
PDF
Optimizing AngularJS Application
PDF
Overview on jQuery mobile
PDF
Jquery plugin development
PPT
Kick start with j query
Taste of RxJS
The MEAN Stack
Optimizing AngularJS Application
Overview on jQuery mobile
Jquery plugin development
Kick start with j query

Recently uploaded (20)

PDF
Encapsulation theory and applications.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Getting Started with Data Integration: FME Form 101
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Approach and Philosophy of On baking technology
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Big Data Technologies - Introduction.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
A Presentation on Artificial Intelligence
PPTX
Machine Learning_overview_presentation.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
Encapsulation theory and applications.pdf
Unlocking AI with Model Context Protocol (MCP)
Getting Started with Data Integration: FME Form 101
Spectral efficient network and resource selection model in 5G networks
Approach and Philosophy of On baking technology
Programs and apps: productivity, graphics, security and other tools
Big Data Technologies - Introduction.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
A Presentation on Artificial Intelligence
Machine Learning_overview_presentation.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
MYSQL Presentation for SQL database connectivity
Mobile App Security Testing_ A Comprehensive Guide.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Empathic Computing: Creating Shared Understanding
Group 1 Presentation -Planning and Decision Making .pptx

Pwa with vue js