Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hc-components

baqian540MIT1.0.25

基于react的通用组件库

rc-components, component, beatle, honeycomb

readme

(function () {
  const CONFIG = window.CONFIG || {};
  /* eslint-disable no-undef,camelcase */
  if (!CONFIG.standalone && CONFIG.staticPath) {
    __webpack_public_path__ = window.__static_public_path__ = CONFIG.staticPath + '/';
  } else {
    if (document.domain.slice(-4) === '.com' && (CONFIG.ENV === 'online')) {
      __webpack_public_path__ = window.__static_public_path__ = '//g.alicdn.com/openad/oa-ui/' +  CONFIG.name + '/0.0.1/';
    } else if (document.domain.indexOf('local') !== 0) {
      __webpack_public_path__ = window.__static_public_path__ = '//g-assets.daily.taobao.net/openad/oa-ui/' +  CONFIG.name + '/0.0.1/';
    }
  }
})();