-
|
I noticed that there are two ways to include MetroUI in a project:
Could you clarify what the main differences are between these two versions (in terms of features, build, or intended usage)? In my current project, I’m using Laravel with Vite and NPM, but I would like to use the same version as the one available via CDN, packaged through NPM. Is that possible ? Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Unfortunately, this is not possible, due to the project structure and assembly method. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
The CDN contains the full version of Metro, which includes all components. Building using bundlers via NPM is needed for those who want to create their own set of components. |
Beta Was this translation helpful? Give feedback.
The CDN contains the full version of Metro, which includes all components. Building using bundlers via NPM is needed for those who want to create their own set of components.