We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde8701 commit cc917d6Copy full SHA for cc917d6
README.md
@@ -25,6 +25,12 @@ If port 8080 is already in use on your machine you must change the port number i
25
26
## What's Included
27
28
+* Service Worker precaching of application shell + static assets (prod)
29
+* Script (async chunk) preloading using `<link rel="preload">`
30
+* Web Application Manifest + favicons
31
+* Mobile-friendly meta-viewport
32
+* Lighthouse score of 90+/100
33
+
34
- `npm run dev`: first-in-class development experience.
35
- Webpack + `vue-loader` for single file Vue components.
36
- State preserving hot-reload
0 commit comments