wisemapping-frontend/packages/core-js
Paulo Gustavo Veiga b57dcd6fd1 Clean up core-js
2021-12-02 21:43:05 -08:00
..
__tests__ Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
src Clean up core-js 2021-12-02 21:43:05 -08:00
babel.config.json Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
jsconfig.json Clean up core-js 2021-12-02 21:43:05 -08:00
package.json Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
README.md Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
webpack.common.js Clean up core-js 2021-12-02 21:43:05 -08:00
webpack.dev.js Clean up webpack configuration 2021-10-02 20:29:24 -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

import coreJs from 'core-js';
coreJs();