Quasar and Pinia #11882
-
Hello guys, I've been thinking about something and decided to ask a few questions about it. Since What I've been thinking is a change of Quasar CLI, which will ask the user for a state management option during new project creation, and if the answer is yes, suboptions would include either My questions are following:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's released in @quasar/app-vite-v1.0.0-beta.1 and @quasar/app-webpack-v3.4.0.
|
Beta Was this translation helpful? Give feedback.
It's released in @quasar/app-vite-v1.0.0-beta.1 and @quasar/app-webpack-v3.4.0.
It's implemented in #12707, followed by #12708 and #12742. We will add the documentation for it. It will be included in the next release of Quasar CLI(both Webpack and Vite-based 💪).We offer:
quasar new store whatever
variant for Pinia too:src/stores/<store-name>.[js|ts]
)