platojs

Libraries of PLATO

Usage no npm install needed!

<script type="module">
  import platojs from 'https://cdn.skypack.dev/platojs';
</script>

README

PLATOJS

Libraries of PLATO

Install

$ npm install platojs -S

Usage

import xxx from 'platojs/.../...'

Webpack

...
module: {
  rules: [
    ...
    {
      test: /\.js$/,
      // platojs needs babel
      exclude: /node_modules[/\\](?!platojs)/,
      loader: 'babel-loader'
    },
    ...
  ]
}
...

Example

https://github.com/platojs/plato