Commit Graph

54 Commits

Author SHA1 Message Date
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
Anthony Fu 495aeffd74
docs: use `nuxi` everywhere (#1577) 2021-10-29 12:38:22 +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
I Gusti Ngurah Satya Wikananda 3878455fa4
docs(bridge): add missing colon in server target example (#1212) 2021-10-19 10:36:36 +02:00
Daniel Roe a6071393b6
docs: fix advice on adding default export (#1179) 2021-10-18 17:07:17 +02:00
Daniel Roe 93454c1fa0
docs: add bridge scripts change (#1155) 2021-10-18 15:54:55 +02:00
Tobias Diez dce837941a
docs: better explanation for `@nuxtjs/composition-api` replacement (#812)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-10-13 23:32:51 +02:00
Xin Du (Clark) 31b12d04c0
feat(cli): generate tsconfig.json in prepare command (#822)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-13 22:01:50 +02:00
Tobias Diez a413bd1102
docs: exclude nuxt build folder from git for migration to nuxt bridge (#976) 2021-10-13 21:04:46 +02:00
hikaru c12a6564a0
docs: fix plugin default export notation (#908) 2021-10-13 11:07:03 +02:00
Jonas Pfannkuche 9b917f8c70
docs: replace every nuxt.config.js sample with nuxt.config.js|ts (#861) 2021-10-13 10:58:28 +02:00
Lautaro Pereyra 950d08559a
docs: correct spelling of old typescript module name (#871) 2021-10-13 10:56:59 +02:00
Levi (Nguyễn Lương Huy) 0c04ffd277
docs: replace some icons of intro page (#875) 2021-10-13 10:56:04 +02:00
Jonas Pfannkuche 6b0af392b4
docs: change sample nuxt config file type to .ts (#854) 2021-10-12 23:01:24 +02:00
Damien Guard d148ac29cf
docs: consistent yarn/npm order in bridge installation (#835) 2021-10-12 21:58:42 +02:00
Sébastien Chopin 4608c92c2b
chore(docs): add sandbox links (#752)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-12 20:26:16 +02:00
Clément Ollivier ba3e2a7e96
docs: add options api status on comparison table (#777) 2021-10-12 17:02:04 +02:00
Gaston Ndanyuzwe 3459eb7019
docs: fix typo (#776) 2021-10-12 16:55:20 +02:00
kazuya kawaguchi daf582662c
docs: fix typo (#732) 2021-10-12 04:08:26 +02:00
Sébastien Chopin e34875ff7c
docs: add what is nuxt section (#725) 2021-10-12 00:47:43 +02:00
Daniel Roe 051289af4e
docs: grammar and style tweaks (#723) 2021-10-11 23:49:54 +02:00
Sébastien Chopin 45728735ad
chore(docs): Improve getting started section (#717) 2021-10-11 18:37:38 +02:00