2.6.0 • Published 4 years ago

@feizheng/next-js-core2 v2.6.0

Weekly downloads
124
License
MIT
Repository
github
Last release
4 years ago

next-js-core2

A javascript OOP toolkit for mobile.

installation

# window.nx
npm install --save @feizheng/next-js-core2@1.6.5

# inner context
npm install --save @feizheng/next-js-core2

node

import nx from '@feizheng/next-js-core2';

const MyClass = nx.declare({
  statics:{
    init: function(){
      console.log('hello next!')
    }
  }
})

browser

<script type="text/javascript" src="//unpkg.com/@feizheng/next-js-core2@2.0.5/dist/next-js-core2.min.js"></script>
<script type="text/javascript">
(function (nx, global) {
  nx.declare('myApp', {
    statics: {
      init: function () {
        alert('hello next!');
      }
    }
  });
}(nx, nx.GLOBAL));
</script>
@alo7i/next-commits-parser@feizheng/next-cookie-fetch@feizheng/next-logger@alo7i/next-git-log@feizheng/git-sweep@feizheng/topics2keywords@everything-registry/sub-chunk-318@feizheng/pptr-html@jswork/git-sweep@feizheng/generator-react-app@feizheng/gm-sdk@feizheng/html-banner-webpack-plugin@feizheng/http-rest-config@feizheng/i18n-online-translator@feizheng/i18next-online-scanner@feizheng/next-absolute-package@feizheng/next-abstract-configuration@feizheng/next-abstract-request@feizheng/next-abstract-storage@feizheng/next-active-value@feizheng/next-alert@feizheng/next-ant-column@feizheng/next-ant-fields-value@feizheng/next-aop@feizheng/next-apply-fetch-middleware@feizheng/next-array-replace@feizheng/next-arrayify@feizheng/next-async-queue@feizheng/next-audio@feizheng/next-configuration@feizheng/next-content-type@feizheng/next-cookie@feizheng/next-data-transform@feizheng/next-dd-promisfy@feizheng/next-dd-promisfy-all@feizheng/next-deep-assign@feizheng/next-deep-clone@feizheng/next-delay@feizheng/next-delete@feizheng/next-delete-if@feizheng/next-doc2pdf@feizheng/next-dom-event@feizheng/next-dom-find-ancestor@feizheng/next-domain2ip@feizheng/next-element-in-viewport@feizheng/next-escape-regexp@feizheng/next-fanyi-api-sign@feizheng/next-fetch@feizheng/next-fetch-with-debug@feizheng/next-fetch-with-delay@feizheng/next-fetch-with-node-timeout@feizheng/next-fetch-with-proxy@feizheng/next-fetch-with-random-ua@feizheng/next-fetch-with-request-id@feizheng/next-fetch-with-timeout@feizheng/next-file-to-base64@feizheng/next-audio-manager@feizheng/next-axios@feizheng/next-baidu-fanyi@feizheng/next-baidu-pan-url-key@feizheng/next-blob2base64@feizheng/next-camelize@feizheng/next-capitalize@feizheng/next-chunk@feizheng/next-classify@feizheng/next-commits-parser@feizheng/next-compact@feizheng/next-compare@feizheng/next-compose@feizheng/next-file-upload@feizheng/next-filesize@feizheng/next-filter@feizheng/next-filter-nil@feizheng/next-flatten@feizheng/next-form2data@feizheng/next-git-log@feizheng/next-global@feizheng/next-gm-api@feizheng/next-gm-storage@feizheng/next-gm-store-engine@feizheng/next-gm-xhr@feizheng/next-guid@feizheng/next-hash@feizheng/next-hashlize@feizheng/next-html2text@feizheng/next-includes-multi@feizheng/next-indent@feizheng/next-instance@feizheng/next-ip2info@feizheng/next-is-array@feizheng/next-is-empty-object@feizheng/next-is-nil@feizheng/next-is-phone@feizheng/next-is-plain-object@feizheng/next-is-promise@feizheng/react-markdown-props@feizheng/react-mixin-on-change@feizheng/yeoman-generator-helper@feizheng/webpack-app-kits@feizheng/next-node-downfile
2.6.0

4 years ago

2.5.0

4 years ago

2.4.4

4 years ago

2.4.3

4 years ago

2.4.2

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.4

4 years ago

2.3.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.1.2

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.6.6

4 years ago

1.6.5

4 years ago