-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
41 lines (38 loc) · 2 KB
/
README.html
File metadata and controls
41 lines (38 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>Add PWA Support</title>
</head>
<body>
<h1 id="add-pwa-support">Add PWA Support</h1>
<!-- Replace this badge with your own-->
<p><a href="https://ci.appveyor.com/project/congiuluc/addpwasupport"><img src="https://ci.appveyor.com/api/projects/status/hv6uyc059rqbc6fj?svg=true" alt="Build status" /></a></p>
<!-- Update the VS Gallery link after you upload the VSIX-->
<p>Download this extension from the <a href="https://marketplace.visualstudio.com/items?itemName=congiuluc.addpwasupport">VS Gallery</a>
or get the <a href="http://vsixgallery.com/extension/c140d5d7-6be7-41da-a3b4-785f479b825e/">CI build</a>.</p>
<hr />
<p>This extension give you the feature to add PWA (Progressive Web APP) support for your web app</p>
<p>See the <a href="CHANGELOG.md">change log</a> for changes and road map.</p>
<h2 id="features">Features</h2>
<ul>
<li>Added context button "Add PWA Support" to web project</li>
</ul>
<h3 id="add-pwa-support-button">Add PWA Support Button</h3>
<p>his button is enabled on web projects and clicking on it, it will add a manifest file and a server worker file to your project.</p>
<p>When extension is intalled you can see the Add PWA Support button on the project's context menu:
<img src="screenshots/NewMenuItem.PNG" alt="Context Menu" />
If click on the button you will see two PWA files: manifest.json e sw.js</p>
<p><img src="screenshots/SolutionAfter.PNG" alt="New Files" /></p>
<p>Execute your web app and check your web app with lighthouse</p>
<h2 id="contribute">Contribute</h2>
<p>Check out the <a href="CONTRIBUTING.md">contribution guidelines</a>
if you want to contribute to this project.</p>
<p>For cloning and building this project yourself, make sure
to install the
<a href="https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityTools">Extensibility Tools</a>
extension for Visual Studio which enables some features
used by this project.</p>
<h2 id="license">License</h2>
<p><a href="LICENSE">Apache 2.0</a></p>
</body>
</html>