teambit / bit

A build system for development of composable software.
https://bit.dev
Other
17.81k stars 923 forks source link

Unable to preview Vuetify components #9056

Closed subham25997 closed 1 month ago

subham25997 commented 1 month ago

image

image

Please help me how I can set up vuetify so that it'll be previewed correctly.

itaymendel commented 1 month ago

to run your application, please do bit app list, capture the application name, and then do bit run app-name.

when building applications it is best to have a standalone server for it rather than use the preview/composition feature as it is very possible your preview does not load that part of the app. i recommend following what is in the compositions file to see what will be improted and rendered.

itaymendel commented 1 month ago

please do not spam with the same issue many times