Commit Graph

75 Commits

Author SHA1 Message Date
Sébastien Chopin b00ef356f5
docs: fix Vite check for Nuxt 3 (#5768) 2022-07-07 16:53:08 +02:00
Ibrahim Abdullahi Aliyu 3b15cc4352
docs: update `pnpm` usage (#5597) 2022-06-27 12:39:44 +02:00
Damian 53ea540ac0
docs: minor improvements for the quick start section (#5036)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-05-20 11:07:17 +02:00
Vincent-Risk0 6905326596
docs: Update 2.migration.md (#4502)
The last icon from "Static sites" and "Nuxt 3" the "Experimental" text was missing
2022-04-21 15:46:27 +02:00
pooya parsa 4712e99411
refactor!: rename nuxt3 to nuxt (#4449) 2022-04-20 10:52:39 +02:00
Damian 513978e15b
docs: fix and improve multiple sections (#4396) 2022-04-16 15:53:36 +02:00
Daniel Roe 7e0b30f66e
docs: remove `yarn dlx` instruction (#4153) 2022-04-07 12:59:26 +02:00
Clément Ollivier 9a0fc57724
docs: update sitemap (#4063)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00
Daniel Roe e90b8c28d1
refactor(nuxt3,bridge)!: rename `useMeta` to `useHead` (#4066) 2022-04-05 16:02:29 +02:00
Anthony Fu 6577602894
chore(docs): setup `case-police` guard (#4065)
* chore: setup `case-police` guard

* chore: fix cases

* chore: upgrade deps
2022-04-04 12:56:10 +02:00
Anthony Fu e1b6e4d6fe
docs: fix cases for terms (#3992)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-31 21:45:43 +08:00
Daniel Roe 1a39eff502
docs: update migration guide for nuxt 3 (#3819)
Co-authored-by: Dan Pastori <dan@521dimensions.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-30 19:32:30 +02:00
Daniel Roe 773dd59a2c
fix(bridge): don't double-install plugins when using compat `vueApp.use` (#3898) 2022-03-25 12:53:56 +01:00
Clément Ollivier 831ed1c994
docs: improve sentences writing (#3702) 2022-03-16 12:16:05 +01:00
Clément Ollivier 7f1a086753
docs(usage): add references of nuxi commands and options (#3577) 2022-03-09 19:57:47 +01:00
Percy 717c5b185a
docs(install): add 3rd tab for using `pnpm` (#3559) 2022-03-09 11:40:20 +01:00
pooya parsa 0442e297d4
docs: add project roadmap (#3448)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Alexander Lichter <manniL@gmx.net>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-03-01 16:43:06 +01:00
Clément Ollivier 22c3e33c1e
docs: document auto-imports and avoid `#app` and `#imports` in examples (#3296) 2022-02-18 19:20:55 +01:00
Daniel Roe 47dfb7b519
docs: add links to discussions for work-in-progress (#3005) 2022-01-31 11:59:32 +01:00
Daniel Roe ff001f68e7
docs(migration): update comparison table (#2905) 2022-01-25 15:02:57 +01:00
Daniel Roe dccc0c9c6f
feat(nuxt3): add middleware via route meta (#2858) 2022-01-25 13:29:11 +01:00
Daniel Roe f219f635ad
feat(nuxt3): allow disabling vue type shims (#2773) 2022-01-19 19:10:38 +01:00
Lawrence Pan bce07e6d6e
docs: fix typo (#2760) 2022-01-17 20:02:41 +01:00
Ricardo Fiorani 387f64adc8
docs(bridge): advice to stop dev server before upgrade (#2622) 2022-01-11 19:05:06 +01:00
Ilya Komichev 70fe5e72e6
docs: remove extra spaces (#2592) 2022-01-05 19:09:00 +01:00
Anthony Fu afcaaff57d
chore(example): use `@nuxt/ui` for examples (#2325)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-12-23 20:27:08 +01:00
Daniel Roe e674d0f60d
feat(nuxt3, bridge): add `vue:setup` hook (#2408) 2021-12-21 15:44:35 +01:00
Alexander Seidmann 1104d42346
docs(bridge): add overwriting disclaimer to tsconfig section (#2482) 2021-12-21 14:01:31 +01:00
Daniel Roe b5618e976b
feat(nuxi): add `nuxi preview` command for local testing (#2162)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-12-21 12:46:42 +01:00
Daniel Roe daec4323bb
perf(bridge): allow skipping legacy composition api support (#2388) 2021-12-17 10:44:59 +01:00
kevinadhiguna 5ae1d05fd6
docs: open project in a new window of vs code (#2424) 2021-12-17 10:33:12 +01:00
Victor 617a65a691
docs: fix typo (#2323) 2021-12-09 15:54:37 +01:00
Daniel Roe bb43d0a7a1
docs: update 3rd party bridge imports to use `#imports` (#2283) 2021-12-06 11:27:36 +01:00
Daniel Roe 730cd28d5e
docs: remove need to add `vueCompilerOptions` at top-level `tsconfig.json` (#2209) 2021-11-29 12:13:48 +01:00
Daniel Roe 2904bfaf34
docs: add note for bridge users about `defineNuxtPlugin` (#2166) 2021-11-29 11:50:49 +01:00
Daniel Roe f5307f9d13
feat(nuxi): add `typecheck` command using `vue-tsc` (#2132)
* feat(nuxi): add `typecheck` command using `vue-tsc`

* perf: use local install with execa + set rootDir as cwd
2021-11-24 17:02:57 +01:00
wiese 84b6201dea
docs: remove dangling comma from sample `tsconfig.json` (#2129) 2021-11-24 16:26:44 +01:00
Daniel Roe 90153a9fb8
docs: update command in bridge migration (#2038) 2021-11-21 13:32:28 +01:00
Damian 9efdf43eec
docs: improve various sections (#2040) 2021-11-21 13:31:44 +01:00
Daniel Roe c184211681
fix(bridge): add docs links and warnings for data composables (#2010) 2021-11-19 12:37:29 +01:00
Daniel Roe 4b367a1959
fix(bridge): ensure `vue` ts alias points to original vue (#1924) 2021-11-15 16:58:43 +01:00
Daniel Roe f011a60dae
feat(nuxt3, bridge): add lazy helpers (`useLazyAsyncData` and `useLazyFetch`) (#1861) 2021-11-15 13:09:07 +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
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
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
Levi (Nguyễn Lương Huy) 4c17b92b66
chore(docs): add code format using markdownlint (#1498) (#1556) 2021-10-29 13:26:01 +02:00