platojs

3.0.0-beta.36 • Public • Published

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

Package Sidebar

Install

npm i platojs

Weekly Downloads

1

Version

3.0.0-beta.36

License

MIT

Last publish

Collaborators

  • imliwenfu