pooya parsa
|
e7cc2757c3
|
refactor: update eslint-config to 1.x
Co-authored-by: Alexander Lichter <manniL@gmx.net>
|
2019-07-10 15:15:49 +04:30 |
|
Alexander Lichter
|
47898fbdac
|
chore(examples): rebase on latest stable nuxt version (#4874)
|
2019-02-01 16:36:06 +03:30 |
|
Dmitry Molotkov
|
ee7ad7741e
|
fix(examples): fix deps on codesandbox (#4828)
[skip ci]
|
2019-01-22 11:04:19 +03:30 |
|
Clark Du
|
ccf326488c
|
fix(example): lint error
|
2019-01-07 16:44:14 +00:00 |
|
Sébastien Chopin
|
3b7ac3c5c5
|
fix(examples): Update config for better mobile handling
|
2019-01-07 17:34:18 +01:00 |
|
Alexander Lichter
|
c4b5b51fbe
|
chore(examples): improve nuxt-prefetch pkg.json (#4653)
|
2018-12-30 01:04:25 +03:30 |
|
Sébastien Chopin
|
f319033928
|
feat(nuxt-link): Smart prefetching and $nuxt.isOffline (#4574)
* feat(nuxt-link): Improve <n-link> and add automatic prefetch
* Update packages/vue-app/template/components/nuxt-link.js
Co-Authored-By: Atinux <seb@orion.sh>
* add missing space
* feat(nuxt-link): Split in two components for smaller bundle
* fix(vue-app): Use requestIdleCallback
* chore(vue-app): Improve nuxt prefetch strategy for nuxt links
* chore(vue-app): Add .isOnline and handle it for prefetch
* chore(vue-app): Add .isOffline and use it
* chore(vue-app): Add .isOffline
* chore(server): Check is options.modern is given in dev mode
* chore(vue-app): Add intersection-observer polyfill if router.prefetchLinks is 'polyfill'
* chore(vue-app): Remove polyfill
* chore(vue-app): Use only process.client
* chore(vue-app): Add TS typings for .isOnline and isOffline
* chore(vue-app): Update typings by @kevinmarrec
* chore(vue-app): Reorder names
* examples(nuxt-prefetch): Add Nuxt prefetching example
* chore(vue-app): Add router.linkPrefetchedClass
* lint(vue-app): Fix lint
* chore(vue-app): Use intersectionRatio, recommend by @maoberlehner
* fix(lint): Fix linting issues
* lint(vue-app): Fix again (lol)
* types(vue-app): Update TS typings
* chore(vue-app): Update Vetur tags description
* fix(vue-app): Use prefetchClass
* chore(vue-app): Disable linkPrefetchedClass by default
|
2018-12-28 17:27:03 +01:00 |
|