ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
177 stars 7 forks source link

How to Remove Default Bootstrap #22

Closed juancarlospaco closed 6 years ago

juancarlospaco commented 6 years ago

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.

ThomasTJdev commented 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.

  • Githubissues is a development platform for aggregating issues.