Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 358 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 358 Bytes

modalor

A modal state manager for Vue3/React.

Vue

packages/vue

React

WIP 🚧

Build

To build all apps and packages, run the following command:

cd modalor
pnpm build

Develop

To develop all apps and packages, run the following command:

cd modalor
pnpm dev