$ cnpm install bem-techs-core
A set of core technology modules not included in bem-tools distribution.
Install via npm
:
npm install bem-core-techs
Configure your level.js
to use technologies from a package:
var coreTechs = require('bem-techs-core');
exports.getTechs = function() {
return {
//your setup code
'bemhtml': coreTechs.resolveTech('bemhtml'),
'vanilla.js': coreTechs.resolveTech('vanilla.js')
};
};
Copyright 2014 - 2017 © taobao.org |