@dashadmin/dash-boilerplate 1.3.25 → 1.3.28

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 ADDED
@@ -0,0 +1,35 @@
1
+ # @dashadmin/dash-boilerplate
2
+
3
+ > Bootstrap helpers to stand up a new Dash application fast.
4
+
5
+ ## Overview
6
+
7
+ Application initialisation utilities and layout/panel scaffolding (`AppInitializationResult`, `LayoutDimensions`, `PanelSettingsOptions`) that assemble the admin, state, auth and data layers into a working app.
8
+
9
+ ## Key exports & features
10
+
11
+ - App initialisation flow
12
+ - Layout dimension helpers
13
+ - Panel/settings scaffolding
14
+
15
+ ## Installation
16
+
17
+ ```bash
18
+ # From the public npm registry
19
+ npm install @dashadmin/dash-boilerplate
20
+
21
+ # Or the local Verdaccio registry (unscoped)
22
+ npm install dash-boilerplate --registry http://localhost:4873
23
+ ```
24
+
25
+ ## Internal Dash dependencies
26
+
27
+ `@dashadmin/dash-admin`, `@dashadmin/dash-admin-state`, `@dashadmin/dash-auth`, `@dashadmin/dash-auto-admin`, `@dashadmin/dash-axios-hook`, `@dashadmin/dash-constants`, `@dashadmin/dash-utils`
28
+
29
+ ## Development & publishing
30
+
31
+ This package is part of the **dash-frontend-core** monorepo. See [`DEVELOPMENT.md`](../../DEVELOPMENT.md) for the source-modification workflow, local Verdaccio publishing, npm publishing and version-bump policy.
32
+
33
+ ---
34
+
35
+ _Part of the [Dash Framework](https://www.npmjs.com/org/dashadmin) · `@dashadmin` scope._