Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Organizing CanJS 2.2 app w/ StealJS and NPM

$
0
0
Looking for suggestions on how to organize my new Can 2.2 app. After following http://blog.bitovi.com/using-canjs-2-2-with-stealjs/ I end up with a basic structure

/dist
/lib
/node_module
app.js
index.html
package.json

I foresee needing /components and /models but having all of these at the root seems messy.  However, if I nest everything under "/app" I wasn't sure how that would impact steal and the imports.

Thanks for your tips.

Mark

Viewing all articles
Browse latest Browse all 3491

Trending Articles