JSPM

melon-listview

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

    melon listview component

    Package Exports

    • melon-listview

    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 (melon-listview) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    melon-listview

    Build Status Coverage Status

    Usage

    import React from 'react';
    import ListView from 'melon-listview';
    import ReactDOM from 'react-dom';
    
    import './index.styl';
    
    ReactDOM.render(
        <ListView />,
        document.getElementById('app')
    );

    Setup

    webpack

    1. please check out this first.

    2. npm install -S melon-listview

    bower

    1. bower install -S melon-listview

    2. config your requirejs / esl

      require.config({
          paths: {
              'melon-listview': 'bower_components/melon-listview/lib/ListView'
          }
      });

    API Document

    check this out

    Run the example

    git clone git@github.com:react-melon/melon-listview.git
    cd melon-listview
    npm install
    npm start
    open http://localhost:8080/example