UNPKG

graphql-auto-generating-cms

Version:

This module will use your existed graphQL schema to generate simple for use CMS in a couple minutes!

35 lines (24 loc) 1.65 kB
[![License](https://img.shields.io/npm/l/graphql-auto-generating-cms.svg)](https://www.npmjs.com/package/graphql-auto-generating-cms) [![NPM](https://img.shields.io/npm/v/graphql-auto-generating-cms.svg)](https://www.npmjs.com/package/graphql-auto-generating-cms) [![Build Status](https://travis-ci.org/sarkistlt/graphql-auto-generating-cms.svg?branch=master)](https://travis-ci.org/sarkistlt/graphql-auto-generating-cms) ![alt tag](https://github.com/sarkistlt/graphql-auto-generating-cms/blob/master/example/screenshots/Screen-Shot-2016-10-31-at-10.33.13-AM.png) GraphQL CMS will build a fully-functional CMS by just using your printed GraphQL schema without any changes in your existed code or architecture. **[Documentation](https://sarkistlt.gitbooks.io/graphql-cms/content/)** **[Example which you can run with one command on your local machine](/example/)** **[Online DEMO](http://cms-demo.web4fly.com/)** (db will be overwritten every 24h) **[GraphQL API for DEMO](http://cms-demo.web4fly.com/graphql)** [Auto generating CMS based on your GraphQL schema](https://medium.com/@sarkis.tlt/auto-generating-cms-based-on-your-graphql-schema-5eaa6b07987b#.7lk3gbz0b) [medium.com] [GraphQL CMS v2 is ready to use](https://medium.com/@sarkis.tlt/graphql-cms-v2-is-ready-to-use-bceee835e489#.vsufwqrye) [medium.com] ### Install ~~~sh npm i -S graphql-auto-generating-cms ~~~ ~~~js import GraphqlCMS from 'graphql-auto-generating-cms'; import 'graphql-auto-generating-cms/lib/styles.css'; ... ~~~ **And to head of your template add:** ~~~sh <link href="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.8/semantic.css" rel="stylesheet"> ~~~