How do I organize components in Aurelia.js -


how organize our components in aurelia? looks in default configuration, looks @ what's set in "paths" in config.js.

paths: {     "*": "*",     "github:*": "jspm_packages/github/*",     "npm:*": "jspm_packages/npm/*" }, 

but want customize , create multiple subfodlers (grouping components). how go it?

just place subfolders under src folder , you're go.

src/    comp-one/       comp-one.html       comp-one.js    comp-two/       comp-two.html       comp-two.js    app.js 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -