JSPM

@hashtagcms/admin-sdk

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q51338F
  • License MIT

Core Logic SDK for HashtagCMS Admin Panel

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-sdk

Documentation

See the detailed documentation.