ngx-rocket / generator-ngx-rocket

:rocket: Extensible Angular 14+ enterprise-grade project generator
https://ngx-rocket.github.io/
MIT License
1.53k stars 216 forks source link

Add Nebular theme #413

Closed microSoftware closed 4 years ago

microSoftware commented 5 years ago

I'm submitting a...

Hello, is it possible to add the nebular css framework? Or add a choice of not adding any css framework to the project?

Thank you

sinedied commented 5 years ago

You can already generate a project without any CSS library using the --raw CLI option.

As for Nebular integration, you can integrate it either as a generator addon, or if you're willing to support it through updates you can submit a PR.

sinedied commented 4 years ago

Can be done using an addon, but I don't such integration in the main repo, as we would need someone dedicated to maintain the templates.

workcontrolgit commented 4 years ago

I tried to integrate ngx-rocket and nebular. The demo can be found here https://starterkit-ui.azurewebsites.net/ and the github repo here https://github.com/workcontrolgit/ngx-rocket-nebular