mrellipse / toucan

Boilerplate template using Vue.js, TypeScript and .NET Core 2.1, based on SOLID design principles
MIT License
212 stars 36 forks source link

fix issues with loading page #8

Closed mrellipse closed 6 years ago

mrellipse commented 6 years ago

the loading page is not implemented correctly - it awaits the download of additional bundled resources before mounting app

hmuhdkamran commented 6 years ago

I am facing the same issue, I have tried lazy loading and split router, but still it take allot of time.

mrellipse commented 6 years ago

i did find a way to get the loading page working 100 % - i will try to find the time to check in the change in the coming week, so you can use it yourself :)

it builds on the approach using HtmlWebpackPlugin here

once you have a list of all the assets you want to use (css and js), you can then run custom bootstrapping code to add dynamically add Githubissues.

  • Githubissues is a development platform for aggregating issues.