This is an example project (built based on pnpm) that demonstrates OpenTiny cross-framework component development.
You can run the following command in the root directory of the project to download the project dependency:
pnpm i
You can run the following commands to open a demonstration case of a framework:
# Example of starting the Vue
pnpm -F vue dev
# Example of starting the React
pnpm -F react dev
# Example of starting Solid
pnpm -F solid dev
Congratulations on the success of the launch!🎉