]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: add info about Nuxt 3 in README.md (#2315)
authorMarkus Oberlehner <maoberlehner@users.noreply.github.com>
Wed, 19 Jul 2023 11:20:30 +0000 (13:20 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2023 11:20:30 +0000 (13:20 +0200)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
README.md

index 5ca36c78460cc0ad5ff19a735e7051cb4336915e..8644fad6eb2f024e36dc823937d444dd4a456208 100644 (file)
--- 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: