Installation
Quick Start
Overhaul Incoming.
We are working on a complete overhaul of the npx script to be menu based, and allow you to do so much more than just install plexus. Excuse it's current state! (get it? hehe)
If you would like to jump in and start working with plexus right away, you can use our npx script to quickly create a core!
With Yarnyarn create plexus-core --basic
npx create-plexus-core --basic
With Typescript...
With Yarnyarn create plexus-core --basic --typescript
npx create-plexus-core --basic --typescript
Manual Installation
You can also install PlexusJs manually and create your own core structure. See our Style Guides for more information.
Core Package
With Yarnyarn add @plexusjs/core
npm install --save @plexusjs/core
React Package
With Yarnyarn add @plexusjs/core @plexusjs/react
npm install --save @plexusjs/core @plexusjs/react
SolidJS Package (WIP ~ doesn't support events)
With Yarnyarn add @plexusjs/core @plexusjs/solid
npm install --save @plexusjs/core @plexusjs/solid
NextJS Package
With Yarnyarn add @plexusjs/core @plexusjs/react @plexusjs/next
npm install --save @plexusjs/core @plexusjs/react @plexusjs/next