]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: add vue cli plugin link
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 24 Aug 2021 07:51:58 +0000 (09:51 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 24 Aug 2021 07:51:58 +0000 (09:51 +0200)
Close #42

packages/docs/getting-started.md

index bc08b5796d66bb2816e64a785e3c1eaabe0b246f..2d455d2b65dac9304a1be24720c68b0fd85f0c52 100644 (file)
@@ -12,6 +12,8 @@ npm install pinia@next
 `pinia@next` install Pinia v2 for Vue 3. If your app is using Vue 2, you need to install Pinia v1: `pinia@latest` **and** `@vue/composition-api`. If you are using Nuxt, you should follow [these instructions](/ssr/nuxt).
 :::
 
+If you are using the Vue CLI, you can instead give this [**unofficial plugin**](https://github.com/wobsoriano/vue-cli-plugin-pinia) a try.
+
 Create a pinia (the root store) and pass it to the app:
 
 ```js