Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 530 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 530 Bytes

React x Vue Component Library Example

@cross-platform-tools/vite-plugin example of react + vue component library setup

Open in Stackblitz

Run Example

# to run React app
cd packages/react-app
pnpm dev

# to run Vue app
cd packages/vue-app
pnpm dev

Build Library

cd packages/react-vue-library
pnpm build # Builds react, vue, and types