products
option store. (With HMR support)cart
option store. (With HMR support)<aside> 💡 Remember naming conventions we discussed
</aside>
CartWidget.vue
.products
store in App.vue
.<aside> 💡 To quickly bootstrap new stores you can create a snippet for your code editor. If you use VS Code, you can use this handy snippet.
</aside>
✅ When complete, you should be able to see a Pinia tab in the devtools and in the Pinia tab your product and cart stores.