Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.29k stars 531 forks source link

Can't find bundle.zip #319

Closed intech-paul closed 5 years ago

intech-paul commented 5 years ago

Hi, I have made a sample blazor app using vs2019 and have been converting to use blazorise, it picks up the sidebar settings ok, but I can't get the chart to work. I see other comments about bundle.zip, where do I download that from ? Thanks.

stsrki commented 5 years ago

Bundle is obsolete now. It's being used in previous versions for server-side Blazor project. Now static files must be defined manually in the index.html for client-side or in _Host.cshtml server-side projects.

https://github.com/stsrki/Blazorise#5-static-files

stsrki commented 5 years ago

Closing the issue as I think the question has being answered. If you need more help please reopen. tnx