1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
Commit Graph

197 Commits

Author SHA1 Message Date
webfansplz
34b7e7991c
docs: remove extra composition api entry in comparison table ()
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 () 2021-11-08 11:21:26 +01:00
liaohongxing
104d3e3fce
docs: update pm2 start script () 2021-11-05 16:37:32 +01:00
renovate[bot]
596c8c5476
chore(deps): update all non-major dependencies ()
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 ()
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 () 2021-11-04 19:40:02 +01:00
Daniel Roe
875deefafc
docs: add migration guide for bridge composition api ()
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 () 2021-11-04 09:12:32 +01:00
Sébastien Chopin
35b7362d9e
chore(docs): update algolia api key () 2021-11-04 08:13:47 +01:00
Xin Du (Clark)
a5fcd5a976
chore(lint): enable linting on docs files () 2021-11-02 13:39:00 +01:00
Anthony Fu
8e0c9a489c
docs(bridge): add notes about feature flags ()
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 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 12:26:26 +01:00
Acidiney Dias
8838cc7192
docs: fix data fetching example () 2021-11-02 10:36:01 +01:00
renovate[bot]
ddf45fbcc7
chore(deps): update all non-major dependencies ()
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 () () 2021-10-29 13:26:01 +02:00
Anthony Fu
495aeffd74
docs: use nuxi everywhere () 2021-10-29 12:38:22 +02:00
Tanner Lee Woody
2eeaa8d702
docs: missing backtick () 2021-10-29 10:29:54 +02:00
Anthony Chu
fe7bc9c7cf
docs(nitro): fix azure static web apps table formatting () 2021-10-27 18:46:51 +02:00
Daniel Roe
6521edbed9
docs(nitro): small tweaks to azure functions deployment () 2021-10-27 17:28:51 +02:00
Daniel Roe
357bb7f271
docs: advice on async setup() with multiple awaits () 2021-10-27 14:46:52 +02:00
René Eschke
c6acee7fd4
docs: fix typo () 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 () 2021-10-27 13:41:45 +02:00
renovate[bot]
3bc984d0c0
chore(deps): update all non-major dependencies ()
close , close 
2021-10-27 10:19:32 +02:00
Marshall Thompson
815a42d6ac
docs(meta): add viewport example for useMeta () 2021-10-27 10:06:19 +02:00
Mgs. M. Rizqi Fadhlurrahman
1f0cea6e7f
feat(nuxi): nuxi upgrade command ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-26 19:36:22 +02:00
leku
24247bdc91
docs: update firebase page () 2021-10-24 20:12:05 +02:00
Daniel Olshev
cc033a8d7c
docs: update meta-tags example () 2021-10-24 12:12:19 +02:00
Daniel Roe
7d918e1457
refactor(nuxi): move nuxt.d.ts within buildDir () 2021-10-23 00:33:22 +02:00
Josh Deltener
d5f2de7c43
docs: updated dynamic page to show an example url () 2021-10-22 18:02:53 +02:00
Josh Deltener
eaf0628f17
docs: minor grammar tweaks to the output page () 2021-10-22 18:02:05 +02:00
Sylvain Marroufin
a55c19c53b
chore(docs): add doc search ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-22 13:52:02 +02:00
L.Rain
e72c46ef47
docs: fix typo in the composables example () 2021-10-22 12:17:09 +02:00
pooya parsa
a8cc233b2a
docs: fix typo 2021-10-22 12:11:37 +02:00
Levi (Nguyễn Lương Huy)
694e95b2b4
feat(nuxt3): support NuxtChild component () () 2021-10-21 21:16:52 +02:00
Dustin Newell
fe6f6f5868
docs: clarify composable default name inference () 2021-10-21 16:34:54 +02:00
Aaron Ransley
b91c8271e4
docs: add <script setup> usage for layouts () 2021-10-21 12:14:40 +02:00
Mykola Skrypets
1a41c8819b
docs: update vue plugin example () 2021-10-21 11:58:07 +02:00
Matt Kane
9da9240ca8
docs: update netlify instructions () 2021-10-20 19:01:09 +02:00
Bibek Shrestha
d365a45eb1
docs(plugins): usage with vue plugins ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-20 15:33:33 +02:00
Anthony Fu
550a9f2e12
feat: auto-import for composables ()
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-20 11:47:18 +02:00
I Gusti Ngurah Satya Wikananda
3878455fa4
docs(bridge): add missing colon in server target example () 2021-10-19 10:36:36 +02:00
Daniel Roe
a6071393b6
docs: fix advice on adding default export () 2021-10-18 17:07:17 +02:00
fgiraud
8607d0ae4c
docs: improve h3 description () 2021-10-18 16:31:47 +02:00
Daniel Roe
93454c1fa0
docs: add bridge scripts change () 2021-10-18 15:54:55 +02:00
Pooya Parsa
807f4a325f fix(deps): upgrade jiti to 2.12.9 () 2021-10-18 15:38:04 +02:00
pooya parsa
cb912c3c0c
fix(nuxi): update version and vite detection () 2021-10-18 15:11:17 +02:00
Daniel Roe
0591350f5b
docs: add warning that pages need single root element () 2021-10-18 10:10:09 +02:00
Daniel Roe
a1bcc534bf
fix(nitro): update azure swa implementation () 2021-10-15 12:28:34 +02:00