From: Markus Oberlehner Date: Wed, 19 Jul 2023 11:20:30 +0000 (+0200) Subject: docs: add info about Nuxt 3 in README.md (#2315) X-Git-Tag: @pinia/testing@0.1.3~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48b342e0b6d4cc1a4a47496a80a4f7001737dedd;p=thirdparty%2Fvuejs%2Fpinia.git docs: add info about Nuxt 3 in README.md (#2315) Co-authored-by: Eduardo San Martin Morote --- diff --git a/README.md b/README.md index 5ca36c78..8644fad6 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,8 @@ new Vue({ }) ``` +For more detailed instructions, including [Nuxt configuration](https://pinia.vuejs.org/ssr/nuxt.html#nuxt-js), check the [Documentation](https://pinia.vuejs.org). + ### Create a Store You can create as many stores as you want, and they should each exist in different files: