docs(examples): add pinia examples to docs
🔗 Linked issue
❓ Type of change
- [x] 📖 Documentation (updates to the documentation or readme)
- [ ] 🐞 Bug fix (a non-breaking change that fixes an issue)
- [ ] 👌 Enhancement (improving an existing functionality like performance)
- [ ] ✨ New feature (a non-breaking change that adds functionality)
- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)
📚 Description
📝 Checklist
- [ ] I have linked an issue or discussion.
- [x] I have updated the documentation accordingly.
Deploy Preview for nuxt3-docs failed.
| Name | Link |
|---|---|
| Latest commit | ec701423ce490e07f75fe4241dd93a38fe1fc14d |
| Latest deploy log | https://app.netlify.com/sites/nuxt3-docs/deploys/62d62bb06195910008897666 |
Thanks for your work on this! However, I'd suggest that we focus on making sure that this example is in the pinia docs instead. Might also be worth adding some information in the migration guide about how to migrate a store from Nuxt 2 -> Nuxt 3?
WDYT @pi0?
Thanks for PR @valcosmos
I agree with you @danielroe that module examples are probably to be in their own docs but pinia is kinda store replacement. I wouldn't mind having an exception for it :)
Thanks for your work on this! However, I'd suggest that we focus on making sure that this example is in the pinia docs instead. Might also be worth adding some information in the migration guide about how to migrate a store from Nuxt 2 -> Nuxt 3?
WDYT @pi0?
Hello, Thanks for u reply! Should I close this PR?
Let's close it for now. We might add pinia as default store implementation for Nuxt later on. Currently there are no external module integrations in examples dir.
Thanks again for contributing @valcosmos <3