Commit Graph

220 Commits

Author SHA1 Message Date
Xin Du (Clark)
c90bc50817
chore(lint): improve no-unused-vars rule (#1977) 2021-11-17 12:21:38 +01:00
Sébastien Chopin
07ba36d721
docs: useState improvements (#1973) 2021-11-16 17:12:36 +01:00
pooya parsa
6d94158e95
docs: improve useState examples (#1969)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2021-11-16 16:37:36 +01:00
Sébastien Chopin
bf0933a2f0
docs: improve useState docs and add example (#1961)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-11-16 14:17:52 +01:00
pooya parsa
b16cfea689
feat: typescript options (#1940) 2021-11-16 13:32:21 +01:00
Damian
5f5eb39ae4
docs: fix typos in useState (#1962) 2021-11-16 13:15:05 +01:00
pooya parsa
1c8b751cfa
docs: improve useState with shared composable (#1945) 2021-11-15 21:41:05 +01:00
Daniel Roe
c339966fad
docs: add documentation on data fetching return types (#1934) 2021-11-15 18:04:37 +01:00
Daniel Roe
4a3ba73f22
fix(nuxt3): enable useAsyncData and useFetch usage within plugins (#1933) 2021-11-15 17:34:39 +01:00
Daniel Roe
4b367a1959
fix(bridge): ensure vue ts alias points to original vue (#1924) 2021-11-15 16:58:43 +01:00
Dave Stewart
33107d8b98
docs: remove mention of plugins from data fetching (#1925) 2021-11-15 16:50:00 +01:00
webfansplz
b69ebbbfd7
docs: add note for usage (#1921) 2021-11-15 14:13:00 +01:00
renovate[bot]
5786949d9b
chore(deps): update all non-major dependencies (#1837) 2021-11-15 13:09:26 +01:00
Daniel Roe
f011a60dae
feat(nuxt3, bridge): add lazy helpers (useLazyAsyncData and useLazyFetch) (#1861) 2021-11-15 13:09:07 +01:00
Anthony Fu
3e1239d8c7
docs: document <ClientOnly> and <NuxtLink> (#1856) 2021-11-15 13:00:14 +01:00
webfansplz
934db6b584
docs: add note for useFetch usage (#1877) 2021-11-15 11:30:59 +01:00
webfansplz
1a8fc3dd1d
docs: add note for useState usage (#1901) 2021-11-15 11:30:38 +01:00
Anthony Fu
e609f9f542
docs: improvements (#1858)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-11-11 14:58:08 +01:00
tramplay
d701238d27
docs: fix typo in composables (#1836) 2021-11-10 22:25:52 +01:00
Daniel Roe
abfbd2f34e
feat: add <Html> meta component (#1820)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-10 21:25:29 +01:00
Daniel Roe
d9c1aa6b02
docs: add brief note about how to check types manually (#1822) 2021-11-10 21:21:34 +01:00
Daniel Roe
13a8e2b163
fix(nitro, nuxi): add runtimeConfig types (for #config and useRuntimeConfig()) (#1783)
Co-authored-by: Tobias Diez <code@tobiasdiez.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-10 13:40:02 +01:00
Daniel Roe
29599f06a1
feat(bridge): add useNuxt2Meta() composable (#1789) 2021-11-09 11:17:56 +01:00
webfansplz
34b7e7991c
docs: remove extra composition api entry in comparison table (#1771)
Co-authored-by: Willin <willin@willin.org>
Co-authored-by: Mario Neuhold <mario.neuhold@hey.com>
2021-11-08 11:41:30 +01:00
Tobias Diez
c676493011
docs: add version of vue in comparison table (#1778) 2021-11-08 11:21:26 +01:00
liaohongxing
104d3e3fce
docs: update pm2 start script (#1741) 2021-11-05 16:37:32 +01:00
renovate[bot]
596c8c5476
chore(deps): update all non-major dependencies (#1708)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-05 14:15:10 +01:00
Daniel Roe
f461591647
docs: add initial guide to node + es modules (#1694)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-05 00:24:06 +01:00
pooya parsa
292b5243c7
fix(nuxi): allow starting nuxi dev with self signed certificate (#1699) 2021-11-04 19:40:02 +01:00
Daniel Roe
875deefafc
docs: add migration guide for bridge composition api (#1669)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-11-04 12:20:40 +01:00
Pooya Parsa
bd7e3b41de chore: use nuxt dev for docs
docs is not using bridge yet
2021-11-04 09:18:55 +01:00
fgiraud
673eccb575
docs: add missing kit import in components section (#1682) 2021-11-04 09:12:32 +01:00
Sébastien Chopin
35b7362d9e
chore(docs): update algolia api key (#1679) 2021-11-04 08:13:47 +01:00
Xin Du (Clark)
a5fcd5a976
chore(lint): enable linting on docs files (#1638) 2021-11-02 13:39:00 +01:00
Anthony Fu
8e0c9a489c
docs(bridge): add notes about feature flags (#1634)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-02 12:53:11 +01:00
renovate[bot]
266578b76e
chore(deps): update all non-major dependencies (#1591)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 12:26:26 +01:00
Acidiney Dias
8838cc7192
docs: fix data fetching example (#1615) 2021-11-02 10:36:01 +01:00
renovate[bot]
ddf45fbcc7
chore(deps): update all non-major dependencies (#1546)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-29 14:24:28 +02:00
Levi (Nguyễn Lương Huy)
4c17b92b66
chore(docs): add code format using markdownlint (#1498) (#1556) 2021-10-29 13:26:01 +02:00
Anthony Fu
495aeffd74
docs: use nuxi everywhere (#1577) 2021-10-29 12:38:22 +02:00
Tanner Lee Woody
2eeaa8d702
docs: missing backtick (#1560) 2021-10-29 10:29:54 +02:00
Anthony Chu
fe7bc9c7cf
docs(nitro): fix azure static web apps table formatting (#1527) 2021-10-27 18:46:51 +02:00
Daniel Roe
6521edbed9
docs(nitro): small tweaks to azure functions deployment (#1526) 2021-10-27 17:28:51 +02:00
Daniel Roe
357bb7f271
docs: advice on async setup() with multiple awaits (#1517) 2021-10-27 14:46:52 +02:00
René Eschke
c6acee7fd4
docs: fix typo (#1511) 2021-10-27 13:47:13 +02:00
pooya parsa
4374277bfa
docs: remove reference to non existing page 2021-10-27 13:43:05 +02:00
Daniel Roe
f5281e5df7
docs: update azure deployment page (#1514) 2021-10-27 13:41:45 +02:00
renovate[bot]
3bc984d0c0
chore(deps): update all non-major dependencies (#1488)
close #1243, close #944
2021-10-27 10:19:32 +02:00
Marshall Thompson
815a42d6ac
docs(meta): add viewport example for useMeta (#1496) 2021-10-27 10:06:19 +02:00
Mgs. M. Rizqi Fadhlurrahman
1f0cea6e7f
feat(nuxi): nuxi upgrade command (#1468)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-26 19:36:22 +02:00