使用现有的 graphQL 方案,通过几个步骤生成 CMS。演示: http://cms-demo.web4fly.com/
使用现有的 graphQL 方案,通过几个步骤生成 CMS。演示: http://cms-demo.web4fly.com/
GraphQL CMS will build a fully-functional CMS by just using your printed GraphQL schema without any changes in your existed code or architecture.
Example which you can run with one command on your local machine
Online DEMO (db will be overwritten every 24h)
Auto generating CMS based on your GraphQL schema [medium.com]
GraphQL CMS v2 is ready to use [medium.com]
npm i -S graphql-auto-generating-cms
import GraphqlCMS from 'graphql-auto-generating-cms';
import 'graphql-auto-generating-cms/lib/styles.css';
...
And to head of your template add:
暂无开放 Issues,或尚未同步最近议题。