项目作者: helphi

项目描述 :
graphql-playground on Github Pages
高级语言: HTML
项目地址: git://github.com/helphi/pages-graphql-playground.git
创建时间: 2018-08-27T02:23:01Z
项目社区:https://github.com/helphi/pages-graphql-playground

开源协议:

下载


graphql-playground on Github Pages

scripts

  1. wget https://raw.githubusercontent.com/prisma/graphql-playground/master/packages/graphql-playground-html/withAnimation.html -O index.html
  2. wget http://cdn.jsdelivr.net/npm/graphql-playground-react/build/static/css/index.css
  3. wget http://cdn.jsdelivr.net/npm/graphql-playground-react/build/favicon.png
  4. wget http://cdn.jsdelivr.net/npm/graphql-playground-react/build/static/js/middleware.js
  5. sed -i "s#//cdn.jsdelivr.net/npm/graphql-playground-react/build/static/css/index.css#index.css#g" index.html
  6. sed -i "s#//cdn.jsdelivr.net/npm/graphql-playground-react/build/favicon.png#favicon.png#g" index.html
  7. sed -i "s#//cdn.jsdelivr.net/npm/graphql-playground-react/build/static/js/middleware.js#middleware.js#g" index.html
  8. sed -i 's#// you can add more options here#endpoint: window.location.search.substring(1) ? window.location.search.substring(1) : "https://api.github.com/graphql"#g' index.html