Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 574 Bytes

@opentiny/dtt-cfc

This is an example project (built based on pnpm) that demonstrates OpenTiny cross-framework component development.

Local startup

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!🎉