JSPM

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

Create a new CF-CMS.js application

Package Exports

    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 (@ylstack-dev/create-cf-cms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    create-cf-cms

    Create a new CF-CMS.js application with a single command.

    Usage

    npm create cf-cms@latest my-app

    Or with yarn:

    yarn create cf-cms my-app

    Or with pnpm:

    pnpm create cf-cms my-app

    Templates

    • starter - Basic CMS with content management
    • ecommerce - E-commerce store with products and orders
    • plugin - Plugin development template

    What's Included

    • TypeScript support
    • Hono web framework
    • CF-CMS core package
    • Cloudflare Workers configuration
    • Database migrations
    • Plugin system
    • Admin UI

    Next Steps

    After creating your project:

    cd my-app
    npm install
    cp .env.example .env.local
    npm run dev

    Documentation

    License

    MIT