Package Exports
- @hashtagcms/admin-sdk
- @hashtagcms/admin-sdk/dist/index.js
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 (@hashtagcms/admin-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@hashtagcms/admin-sdk
Core Logic SDK for HashtagCMS Admin Panel
This package abstracts the non-UI logic from the admin panel, including:
- API Fetching (Axios wrapper)
- Configuration (Handling server-side config injection)
- Storage (Local storage management)
- Utilities (Clipboard, URL params, JSON validation)
Installation
npm install @hashtagcms/admin-sdkDocumentation
See the detailed documentation.