Commit Graph

726 Commits

Author SHA1 Message Date
Levi (Nguyễn Lương Huy) 0f7b252b3f
docs: add nuxt 2 note for public directory (#894) 2021-10-13 10:54:57 +02:00
Jonas Pfannkuche 6b0af392b4
docs: change sample nuxt config file type to .ts (#854) 2021-10-12 23:01:24 +02:00
Rafael Slonik 0cf6a6fe17
docs(cloudflare): add missing build section (#834) 2021-10-12 22:07:54 +02:00
Damien Guard d148ac29cf
docs: consistent yarn/npm order in bridge installation (#835) 2021-10-12 21:58:42 +02:00
Mikhail Novikov 645f8f9397
docs: remove lock files from gitignore (#826) 2021-10-12 20:53:22 +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
Paweł Madeja c480254cc4
docs: fix typo in link (#814) 2021-10-12 19:41:14 +02:00
Daniel Roe 926062db3d
docs: update pages to explain catchall pattern (#789) 2021-10-12 17:40:52 +02:00
Daniel Roe f69289c5cd
docs: update netlify nitro demo link (#794) 2021-10-12 23:35:01 +08:00
Pooya Parsa 0891c0e75d chore: update csb link 2021-10-12 17:12:45 +02:00
Clément Ollivier ba3e2a7e96
docs: add options api status on comparison table (#777) 2021-10-12 17:02:04 +02:00
Anthony Fu 4b04cdfdf1
docs: init function for `useState` (#780) 2021-10-12 16:59:19 +02:00
Emmanuel Salomon e721fd4236
docs: fix typo (#778) 2021-10-12 16:58:28 +02:00
Pooya Parsa 559c3084f0 docs: hide modules from navigation [wip] 2021-10-12 16:57:34 +02:00
Gaston Ndanyuzwe 3459eb7019
docs: fix typo (#776) 2021-10-12 16:55:20 +02:00
Matt Kane d41c034af7
docs: broken preset links (#768) 2021-10-12 16:31:47 +02:00
Daniel Roe b77bdd71f6
chore(docs): fix typo (#766) 2021-10-12 16:29:08 +02:00
Matt Kane 70c0d8eedb
chore: change `Nuxt3` to `Nuxt 3` (#764) 2021-10-12 16:19:58 +02:00
Flo Edelmann cc410a31a6
chore(docs): fix typo (#760) 2021-10-12 16:17:46 +02:00
pooya parsa 9cb9bb651e
feat(nuxt3): create root component (#750) 2021-10-12 14:51:41 +02:00
Sébastien Chopin 7064728c21 chore(docs): add soon badges 2021-10-12 14:11:34 +02:00
Sébastien Chopin f7819f72cb
chore(docs): add Read the announcement (#744)
* chore: add announcement link

* chore: update link UI

* chore: update highlight

* chore: update design

* chore: move announcement to botto

* Update docs/components/molecules/HomeHero.vue

Co-authored-by: pooya parsa <pyapar@gmail.com>

* chore: move back to top and improve footer + homepage

Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-10-12 13:47:16 +02:00
Clément Ollivier d09a5531f2
docs: update count example (#743) 2021-10-12 12:21:00 +02:00
kazuya kawaguchi daf582662c
docs: fix typo (#732) 2021-10-12 04:08:26 +02:00
Sébastien Chopin 4e45c853d5 chore(docs): use full path in header links 2021-10-12 01:50:08 +02:00
Sébastien Chopin e34875ff7c
docs: add what is nuxt section (#725) 2021-10-12 00:47:43 +02:00
pooya parsa 54c57e3987
feat(nuxt3): `useFetch` (#721) 2021-10-12 00:36:50 +02:00
Daniel Roe 051289af4e
docs: grammar and style tweaks (#723) 2021-10-11 23:49:54 +02:00
pooya parsa 666b7f1ba8
feat: `useState` composable (#719) 2021-10-11 19:48:03 +02:00
Pooya Parsa d8f40155c1 chore(docs): generate config based on template
this helps to not commit generated content
2021-10-11 19:46:23 +02:00
Sébastien Chopin 9fc65e485e
chore(docs): improve deployment section (#720) 2021-10-11 19:18:38 +02:00
Sébastien Chopin 45728735ad
chore(docs): Improve getting started section (#717) 2021-10-11 18:37:38 +02:00
Sébastien Chopin 34ebfa0d1e
chore(docs): improve deployment section (#716) 2021-10-11 18:35:02 +02:00
Clément Ollivier be76c93a52
chore: fix link to bridge installation (#714) 2021-10-11 17:33:34 +02:00
Sébastien Chopin 18cf0ba865
chore(docs): improvements (#655)
Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-11 14:57:54 +02:00
pooya parsa 2bf645bd73
refactor(nuxt3): cleanup data fetching and improved `useAsyncData` (#699) 2021-10-08 16:21:55 +02:00
Anthony Fu e614328406
docs: fix typo (#702) 2021-10-08 11:56:44 +02:00
Daniel Roe 11490cdd7d
feat(bridge): add support for `<script setup>` (#678) 2021-10-07 10:31:29 +02:00
pooya parsa dd73a8bcad
feat: export `defineNuxtConfig` from `nuxt3` and `@nuxt/bridge` (#669) 2021-10-06 14:31:52 +02:00
Daniel Roe 6dfe0d129a
docs: fix init command (#667) 2021-10-06 12:22:46 +02:00
pooya parsa baa4ddbae0
feat(nuxi): basic `nuxi init` (#659) 2021-10-05 22:35:23 +02:00
Pooya Parsa 71c44168f0 docs: update bridge install to use `-edge` alias (resolves #647) 2021-10-05 17:13:21 +02:00
Daniel Roe b712de9aa2
feat(bridge): enable automatic global imports for nuxt2 (#609) 2021-10-02 18:59:32 +02:00
Daniel Roe 699d58968f
docs: update bridge to webpack4 (#617) 2021-10-02 13:32:56 +02:00
Anthony Fu e13baf9867
feat(nuxt3): remove `<script setup>` transform and prefer top level await (#579)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-09-30 20:19:55 +02:00
Daniel Roe b8b32ac32d
chore: use `miniflare` for testing repo and recommend to users (#585) 2021-09-28 13:30:54 +02:00
Sébastien Chopin f70825d3af
chore(docs): fix link to nuxt 3 sandbox 2021-09-27 15:10:34 +02:00
Sébastien Chopin cf3f564635 chore(docs): improvements regarding asyncData example 2021-09-23 16:45:59 +02:00
pooya parsa fc019b8816
feat(bridge): enable composition-api (#551) 2021-09-22 17:34:11 +02:00
kazuya kawaguchi 2c82c27960
docs: fix dynamic routes (#525) 2021-09-10 19:55:27 +02:00
kazuya kawaguchi 93e1f7be2d
docs: fix dynamic routes template (#524) 2021-09-10 17:52:12 +02:00
pooya parsa de17f1388c
chore: add contribution docs to the repository (#435)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-09-10 09:19:33 +02:00
Sébastien Chopin a1462fff39
chore(docs): design improvements (#519) 2021-09-09 19:25:26 +02:00
pooya parsa 44458fcbbb
feat: nuxt bridge (#459) 2021-09-05 23:21:33 +02:00
Xin Du (Clark) fdd30a9378
docs: fix presets links (#444) 2021-08-19 14:05:44 +02:00
Daniel Roe 052edd220d
docs: auto-generate configuration api (#349)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-08-11 23:48:33 +02:00
Anthony Fu b2b4c64807
feat: auto global imports (#410)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-08-10 02:27:23 +02:00
Yaël Guilloux f028719e7a
chore(docs): update docs to @docus (#390) 2021-07-28 09:50:09 +02:00
Daniel Roe b263b4f930
feat: `@nuxt/meta` module for head rendering (#179)
Co-authored-by: Anthony Fu <hi@antfu.me>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-07-15 13:28:04 +02:00
pooya parsa 6318438415
feat(nitro, vite): use native module (#252)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 11:38:06 +02:00
Daniel Roe b1948b1921
feat(pages): page layouts (#276) 2021-06-30 18:32:22 +02:00
Daniel Roe 5b8c4caecc
docs: community starter docs (#270) 2021-06-25 11:36:38 +02:00
Anthony Fu 11a5a3e14f
feat(app): make `asyncData` working with `<script setup nuxt>` (#220) 2021-06-16 14:42:58 +02:00
Anthony Fu e4bb36883a
chore: switch to volar (#222)
* chore: switch to Volar, close #221

* chore: update
2021-06-16 13:18:38 +02:00
Pooya Parsa 95d5c58e08 docs: update docus to latest
pinning nuxt-windicss for https://github.com/windicss/windicss-webpack-plugin/pull/80
2021-06-14 21:22:04 +02:00
Daniel Roe f2672ac230
docs: server updates/introduction (#205)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-14 21:12:00 +02:00
Daniel Roe cdca16fa8c
docs: basic kit info (#206) 2021-06-14 20:54:23 +02:00
Daniel Roe a3fbc3954f
docs: fix unintended NodeJS usage (#214) 2021-06-14 20:53:03 +02:00
Daniel Roe c75c03e0bb
docs: add deployment (#211)
Co-authored-by: Alexander Lichter <manniL@gmx.net>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-14 14:31:30 +02:00
Pooya Parsa 4fab80ee23 docs: format improvements on get-started 2021-06-09 00:14:22 +02:00
Daniel Roe 9164179b50
docs: server (#187)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-08 23:57:15 +02:00
Daniel Roe e2f5a3c9b0
docs: app (#186)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-08 23:44:30 +02:00
Daniel Roe 44aeaae941
docs: getting started (#188)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-08 23:09:36 +02:00
Pooya Parsa f6dbfd3872 docs: workaround for docus@0.5.x
https://github.com/nuxtlabs/docus/issues/393
2021-06-08 21:46:16 +02:00
pooya parsa bdc2ced718
docs: use docus to render (#183) 2021-06-07 13:49:37 +02:00
pooya parsa 91b590538b
chore: init docs (#98) 2021-04-20 14:16:09 +02:00