reactium_modules
. You can, but should NOT manually modify these modules (nor commit them to git), much like you would not do so node_modules
node_modules
, Reactium extends this concept with Reactium specific modules, installed into reactium_modules
. The main difference is that Node modules are typically generic commonjs packages grabbed from npmjs.com using npm
command line tool, and Reactium modules are build for the Reactium framework, and are fetched from reactium.io using the arcli
tool.reactiumDependencies
, whereas your ordinary Node dependencies will appear under dependencies
and devDependencies
as normal.arcli
: