diff --git a/site/_apps/nuxt-hn.txt b/site/_apps/nuxt-hn.txt new file mode 100755 index 00000000..d25bfba4 --- /dev/null +++ b/site/_apps/nuxt-hn.txt @@ -0,0 +1,29 @@ +--- +weight: 15 +title: 'HNPWA with Nuxt.js' +github-title: 'nuxt/hackernews' +libraries: + - name: 'Vue' + - name: 'Nuxt' + - name: 'PWA Module' +module-bundling: 'Webpack' +service-worker: 'Workbox' +perfomance-patterns: 'PRPL, Prefetch/Preload JS + DNS + Data, Critical Path CSS, Server Side Caching' +server-side-rendering: 'Yes' +api: 'Hacker News Firebase API' +hosting: 'Now + CloudFlare CDN' +authors: + - name: 'Pooya' + - name: 'Sebastien' + - name: 'Alexandre' +lighthouse: '91/100' +interactive-em: '3.8s' +interactive-faster-3g: '3.5s' +lighthouse-link: https://www.webpagetest.org/lighthouse.php?test=170620_PG_a2a9feaf4ace07a61b2c6c2a171b1c79&run=1 +wpt-em-link: https://www.webpagetest.org/result/170620_B1_0b83d61272c77c16c3f3f1f16fb72d2e/ +wpt-faster-3g-link: https://www.webpagetest.org/result/170620_PG_a2a9feaf4ace07a61b2c6c2a171b1c79/ +image: /assets/images/nuxt-hn.png +app-link: https://hn.nuxtjs.org +github-link: https://github.com/nuxt/hackernews +framework-link: https://nuxtjs.org +--- diff --git a/site/_contributors/alexchopin.txt b/site/_contributors/alexchopin.txt new file mode 100755 index 00000000..be1ba8e6 --- /dev/null +++ b/site/_contributors/alexchopin.txt @@ -0,0 +1,6 @@ +--- +weight: 16 +name: 'Alexandre' +image: https://github.com/alexchopin.png +link: https://github.com/alexchopin +--- diff --git a/site/_contributors/atinux.txt b/site/_contributors/atinux.txt new file mode 100755 index 00000000..369cee3e --- /dev/null +++ b/site/_contributors/atinux.txt @@ -0,0 +1,6 @@ +--- +weight: 15 +name: 'Sebastien' +image: https://github.com/atinux.png +link: https://github.com/atinux +--- diff --git a/site/_contributors/pi0.txt b/site/_contributors/pi0.txt new file mode 100755 index 00000000..e57881ba --- /dev/null +++ b/site/_contributors/pi0.txt @@ -0,0 +1,6 @@ +--- +weight: 14 +name: 'Pooya' +image: https://github.com/pi0.png +link: https://github.com/pi0 +--- diff --git a/site/assets/images/nuxt-hn.png b/site/assets/images/nuxt-hn.png new file mode 100755 index 00000000..d32f4654 Binary files /dev/null and b/site/assets/images/nuxt-hn.png differ