wisemapping-frontend/packages/core-js
2021-09-29 17:24:07 -03: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 Web2d module migration 2021-09-29 17:24:07 -03:00
README.md Core-JS: README.md was updated and the webpack 2021-09-29 17:24:07 -03:00
webpack.common.js Core-JS: README.md was updated and the webpack 2021-09-29 17:24:07 -03:00
webpack.dev.js Core-JS: README.md was updated and the webpack 2021-09-29 17:24:07 -03:00
webpack.prod.js Core-JS: README.md was updated and the webpack 2021-09-29 17:24:07 -03:00

core-js

Core-JS defines custom functions for the Wisemapping ecosystem.

Quick Start

  1. Clone repository with the next command:
git clone https://[username]@bitbucket.org/wisemapping/wisemapping-frontend.git

where the variable username is you username of Bitbucket.

Note:The project is configured to use the yarn dependency manager

  1. Move to folder core-js
cd packages/core-js
  1. Now you need install all dependence, this is done with command yarn install

  2. To start the development enviroment you have to use command yarn start.

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();