-
Does Gowebly bundle DaisyUI or get from CDN? would like to understand how this works. Does everything get packaged into the executable? |
Beta Was this translation helpful? Give feedback.
Answered by
koddr
Apr 11, 2024
Replies: 1 comment
-
Hi, @zakkwylde First of all, please read this article in the official docs: https://gowebly.org/getting-started/how-does-it-work All frontend libraries that are presented in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
koddr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @zakkwylde
First of all, please read this article in the official docs: https://gowebly.org/getting-started/how-does-it-work
All frontend libraries that are presented in the
package.json
file in each created project will be added to the shared bundle using the Parcel bundler. This process is described in great detail here: https://gowebly.org/complete-user-guide/create-new-project#what-cli-does-for-you