StartBootstrap / pro-feedback

11 stars 3 forks source link

Plans to provide dist folder with ready to use pages? #32

Closed greeven closed 3 years ago

greeven commented 3 years ago

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.

initplatform commented 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 ->

https://angular.io/guide/prerendering

greeven commented 3 years ago

I wasn't aware of SB UI Kit Pro. I only knew about SB UI Kit Pro Vue.

Thank you for clarifying!