wiseallie / modular-angular-ui

Angular app using requirejs and mimosa
MIT License
0 stars 0 forks source link

Mimosa skeleton? #1

Open dbashford opened 10 years ago

dbashford commented 10 years ago

I'm not an Angular guy, but if you feel like what you are putting together here is worthy of being a Mimosa skeleton, let me know and I'll take a deeper look!

(feel free to close this issue, didn't know how else to reach out!)

wiseallie commented 10 years ago

What I would like to have is a skeleton that I will use for most of my future angular apps. The aim is to have it modular enough that each component/feature can be reused in many apps. I am starting with Authentication at the moment. The API is build in Ruby on Rails.

What I need now is a way to create a generator for components/features, each component will have a basic structure and one entry point for require. I think that could speed up my development time. Do you think you can point me in the right direction on how to do that?

What I would also like to have is profiles/config for the assets per environment, just like profiles for mimosa.