Bem Core Tech Modules
A set of core technology modules not included in bem-tools distribution.
Technologies included
- bemhtml;
- bemtree;
- vanilla.js;
- node.js;
- browser.js;
- browser.js+bemhtml;
- html;
- md;
Usage
-
Install via
npm
:npm install bem-techs-core
-
Configure your
level.js
to use technologies from a package:var coreTechs = ;exports {return//your setup code'bemhtml': coreTechs'vanilla.js': coreTechs;};