Closed juancarlospaco closed 6 years ago
I haven't seen Bulma before - it looks nice! I'm in for removing jQuery and Bootstrap as standard elements and providing a slimmer solution. I decided to provide them as standard so people, who just wanted a blog, didn't have to fiddle with Githubissues.
I created https://github.com/juancarlospaco/nimwc_bulma#nimwc_bulma
https://bulma.io
Bulma is similar to Bootstrap, but uses No JavaScript at all, which is awesome for Nim Web Apps, since Nim can work on the Frontend replacing JavaScript (Karax, etc).
I can not find on the Documentation how to Remove the default Bootstrap 4 thats added by default.
Bootstrap loads from a CDN thats not always wanted nor the best way.
Good thing to consider is, we really need Bootstrap by default :question:
We should ship a basic tiny Framework-less CSS.
Move out Bootstrap as a Plugin.
So user can choose several CSS Frameworks, like Bootstrap or Bulma.
Feel free to Review my Plugin too, I can not really test it because I can not remove Bootstrap.