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-appOr with yarn:
yarn create cf-cms my-appOr with pnpm:
pnpm create cf-cms my-appTemplates
- 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 devDocumentation
License
MIT