Merge pull request #1 from nuxt/master
Merge with nuxt fork
Showing
Dockerfile
0 → 100644
assets/logo.png
100755 → 100644
components/createListView.js
0 → 100644
now.json
0 → 100644
| { | ||
| "name": "nuxt-hn", | ||
| "description": "Nuxt Hacker News", | ||
| "version": "1.0.0", | ||
| "author": "Evan You <yyx990803@gmail.com>", | ||
| "contributors": [ | ||
| { | ||
| ... | ... | @@ -24,12 +25,10 @@ |
| "npm": ">=4.0" | ||
| }, | ||
| "dependencies": { | ||
| "@nuxtjs/component-cache": "latest", | ||
| "@nuxtjs/manifest": "latest", | ||
| "@nuxtjs/meta": "latest", | ||
| "@nuxtjs/workbox": "latest", | ||
| "@nuxtjs/component-cache": "^0.1.3", | ||
| "@nuxtjs/pwa": "latest", | ||
| "firebase": "^4.1.1", | ||
| "nuxt": "^1.0.0-alpha2", | ||
| "nuxt": "1.0.0-alpha.3", | ||
| "stylus": "^0.54.5", | ||
| "stylus-loader": "^3.0.1" | ||
| } | ||
| ... | ... |
pages/ask/_page.vue
0 → 100644
pages/job/_page.vue
0 → 100644
pages/new/_page.vue
0 → 100644
pages/show/_page.vue
0 → 100644
pages/top/_page.vue
0 → 100644
This diff is collapsed.