Nuxt/packages/vue-app/template
Pooya Parsa 2015140d12 feat(vue-app): universal fetch (#5028)
* pkg(nuxt-start): add node-fetch, unfetch

* pkg(vue-app): add node-fetch, unfetch

* add yarn.lock

* feat(config): _app.fetch options

* feat(builder): add fetch to templateVars

* feat(vue-app): polyfill global with fetch

* feat(fixtures/basic): /api/test

* add fetch example to fixtures

* remove unfetch from nuxt-start

* update template snapshot

* revert extra new line in server.js

* single line if
2019-02-14 16:56:58 +01:00
..
components Fixes #4882 (#4893) 2019-01-30 14:01:39 +00:00
layouts refactor: use PascalCase for components names (#4396) 2018-11-24 22:19:19 +03:30
pages page: Update Nuxt uvp 2018-10-31 09:34:17 +01:00
views feat(vue-app, vue-renderer): support meta headAttrs (#4536) 2018-12-14 17:36:26 +03:30
.eslintignore refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
App.js chore: lint vue-app templates (#4689) 2019-01-06 11:26:59 +03:30
client.js feat(vue-app): universal fetch (#5028) 2019-02-14 16:56:58 +01:00
empty.js refactor core into sub-packages (#4202) 2018-10-31 00:12:53 +03:30
index.js feat(vue-renderer): improvements (#4722) 2019-02-08 13:35:01 +03:30
middleware.js feat: .nuxtignore (#4647) 2019-01-29 09:31:14 +00:00
router.js chore: lint vue-app templates (#4689) 2019-01-06 11:26:59 +03:30
server.js feat(vue-app): universal fetch (#5028) 2019-02-14 16:56:58 +01:00
store.js feat: .nuxtignore (#4647) 2019-01-29 09:31:14 +00:00
utils.js perf: await routeData promises in parallel (#5027) 2019-02-13 14:37:12 +00:00