npm.io
3.0.0-beta.36 • Published 9 years ago

platojs

Licence
MIT
Version
3.0.0-beta.36
Deps
7
Vulns
0
Weekly
0

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