Closed greeven closed 3 years ago
With which product are you referring?
For sb-admin-pro, and sb-ui-kit-pro, the files are all rendered out into the dist
folder when running npm build
For the Angular versions of these products, Angular is a single page application framework. It is possible to prerender out Angular applications, but that is something you would need to add with angular universal ->
I wasn't aware of SB UI Kit Pro. I only knew about SB UI Kit Pro Vue.
Thank you for clarifying!
Are there any plans to provide a dist folder with different pages compiled into simple html files?
So that one could use the theme without the need for a single page application.