wisemapping-frontend/packages/core-js
Paulo Gustavo Veiga 75ee4529c4 Clean up code
2021-10-02 19:52:56 -07:00
..
__tests__ Web2d module migration 2021-09-29 17:24:07 -03:00
lib Mindplot module migration 2021-09-29 17:24:07 -03:00
babel.config.json Web2d module migration 2021-09-29 17:24:07 -03:00
package.json Clean up code 2021-10-02 19:52:56 -07:00
README.md Clean up code 2021-10-02 19:52:56 -07:00
webpack.common.js Clean up code 2021-10-02 19:52:56 -07:00
webpack.dev.js Clean up code 2021-10-02 19:52:56 -07:00
webpack.prod.js Clean up code 2021-10-02 19:52:56 -07:00

core-js

Core-JS defines custom functions for the Wisemapping ecosystem.

Production

To build up the package core-js and use in production, you have to use command yarn build

Usage

To start using core-js it has to be required as a module and then intanciarce as a function

const coreJs = require('core-js');
coreJs();