JSPM

react-highstock-demo

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q47648F
  • License MIT

Package Exports

  • react-highstock-demo

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-highstock-demo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-highstock-demo

Highcharts/Highstock component for react.

Directory Layout

.
├── package.json
├── gulpfile.js
├── index.js
├── build
│   ├── bundle.js
│   ├── favicon.ico
│   └── index.html
└── src
    ├── app.jsx
    ├── components
    │   ├── App.jsx
    │   └── Charts
    │       ├── BaseChart.jsx
    │       ├── SimpleChart.jsx
    │       └── SimpleStockChart.jsx
    ├── favicon.ico
    └── index.html

Getting Started

$ git clone https://github.com/shunitoh/react-highstock-demo.git
$ npm install

How to Build

$ gulp build

How to Deploy

$ node index.js

How to Access

Reference