browserify / browserify-handbook

how to build modular applications with browserify
Other
4.58k stars 292 forks source link

UI elements in npm? #51

Open nicknikolov opened 9 years ago

nicknikolov commented 9 years ago

I really like the section about creating a small reusable widget in HTML. I wonder if people do that in practice and if one can find such packages in npm? @substack what's your experience? Do you write everything yourself everytime?

mantoni commented 9 years ago

I just started a project that uses HTML widgets in node modules. Maybe this helps you to get started: https://github.com/geo-tales/geo-tales-mobile

nicknikolov commented 9 years ago

Thanks! Will use this as reference. Did you model it after the handbook?

mantoni commented 9 years ago

No. But I use browserify for all my frontend development at work. Unfortunately, that's not open source.