Package Exports
- boards-preset-react-admin
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 (boards-preset-react-admin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
boards-preset-react-admin
React-admin preset for the Boards CLI.
Installing
yarn global add boards-preset-react-admin
or npm i -g boards-preset-react-admin
Quick start
To see this boards preset in action and create a fully functional dashboard in under 5 minutes, follow these steps:
yarn global add boards-cli boards-preset-react-admin
boards ra:init my-project
cd my-project
boards ra:resource posts
boards ra:resource albums
yarn start
- Pick up your jaw, and get productive.
Tasks
This preset adds the following tasks to your project.
ra:init
Initializes a new react-admin project.
boards ra:init my-project
ra:resource
Create a full resource with edit, create, list and delete enabled. Also attaches resource to App.js.
boards ra:resource resourceName
ra:list
Creates a new resource with only listing (readonly resource).
boards ra:list resourceName
ra:edit
Adds edit to an existing resource that previously didn't have edit enabled.
boards ra:edit resourceName
ra:create
Adds create to an existing resource that previously didn't have create enabled.
boards ra:create resourceName
License
MIT