react-admin-crud-manager 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,16 +15,6 @@ A reusable React CRUD admin template with modular components for rapid admin das
|
|
|
15
15
|
npm install react-admin-crud-manager
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
## Build (for contributors/maintainers)
|
|
19
|
-
|
|
20
|
-
To build the package for npm distribution:
|
|
21
|
-
|
|
22
|
-
```sh
|
|
23
|
-
npm run build
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
This will output the library files to the `dist/` folder in both CommonJS and ESModule formats.
|
|
27
|
-
|
|
28
18
|
## Usage
|
|
29
19
|
|
|
30
20
|
### 1. Import the built CSS for Tailwind styles
|