@modern-admin/web 0.1.0 → 0.1.1
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,25 @@
|
|
|
1
|
+
# @modern-admin/web
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@modern-admin/web)
|
|
4
|
+
[](https://github.com/modern-admin/modern-admin/blob/main/LICENSE)
|
|
5
|
+
|
|
6
|
+
> Pre-built React admin SPA. Mount it into a host page or let @modern-admin/nest serve the standalone bundle.
|
|
7
|
+
|
|
8
|
+
Part of [**Modern Admin**](https://github.com/modern-admin/modern-admin) — a universal, modern admin panel framework
|
|
9
|
+
built on NestJS + React 19, with Prisma/Drizzle adapters, Tailwind 4 UI, and
|
|
10
|
+
end-to-end Zod validation.
|
|
11
|
+
|
|
12
|
+
## Installation
|
|
13
|
+
|
|
14
|
+
```sh
|
|
15
|
+
bun add @modern-admin/web
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Documentation
|
|
19
|
+
|
|
20
|
+
Setup guides, architecture, and usage examples live in the
|
|
21
|
+
[Modern Admin README](https://github.com/modern-admin/modern-admin#readme).
|
|
22
|
+
|
|
23
|
+
## License
|
|
24
|
+
|
|
25
|
+
[MIT](https://github.com/modern-admin/modern-admin/blob/main/LICENSE) © Modern Admin
|