ZachJW34 / nx-plus

Collection of Nx Community Plugins
MIT License
302 stars 50 forks source link

Support for Pinia Vue Store #230

Open matijaparavac opened 2 years ago

matijaparavac commented 2 years ago

Description

Add support for Pinia like there already is for vuex

Motivation

Pinia is officially recomended by Vue core team

ZachJW34 commented 2 years ago

Would you be interested in contributing a PR for a Pinia schematic? It should be very similar to the current vuex schematic in terms of implementation. I've been using Pinia and it would be a great feature to add.

matijaparavac commented 2 years ago

I would love to, but I have 3 kids and don't have time for anything anymore 😑 Btw, you are doing a great job with nx-plus!

On Fri, Apr 1, 2022, 00:49 Zachary Williams @.***> wrote:

Would you be interested in contributing a PR for a Pinia schematic? It should be very similar to the current vuex schematic in terms of implementation. I've been using Pinia and it would be a great feature to add.

— Reply to this email directly, view it on GitHub https://github.com/ZachJW34/nx-plus/issues/230#issuecomment-1085205957, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJJ2AOM6LWEAEZ6DU57Y63VCYTWDANCNFSM5SEJ5Q4A . You are receiving this because you authored the thread.Message ID: @.***>

gregveres commented 2 years ago

@ZachJW34 I am new to nx and trying to understand it. If I wanted to use pinia in my app, I could without nx-plus supporting it right? This issue is just talking about having an nx-plus command to add pinia for us right? But i could do it the normal way in each app otherwise?

ZachJW34 commented 2 years ago

Yes you should be able to install it normally and follow the docs for getting it setup.