3.0.0-beta.36 • Published 7 years ago

platojs v3.0.0-beta.36

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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