0.4.6 • Published 6 years ago

prophet-common v0.4.6

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

prophet-core

起步

npm install prophet-core
import { Prophet, Resource } from 'prophet-core';
import dataJsonServer from 'prophet-data-json-server';

<Prophet dataProvider={dataJsonServer('http://127.0.0.1:3001')}>
    <Resource
        name="users"
        list={props => <div>list</div>}
        edit={props => <div>edit</div>}
        create={props => <div>create</div>}
        show={props => <div>show</div>}
    />
</Prophet>;
0.4.6

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.7

6 years ago

0.2.2

6 years ago

0.1.13

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

7 years ago