项目作者: helphi
项目描述 :
graphql-playground on Github Pages
高级语言: HTML
项目地址: git://github.com/helphi/pages-graphql-playground.git
graphql-playground on Github Pages
scripts
wget https://raw.githubusercontent.com/prisma/graphql-playground/master/packages/graphql-playground-html/withAnimation.html -O index.html
wget http://cdn.jsdelivr.net/npm/graphql-playground-react/build/static/css/index.css
wget http://cdn.jsdelivr.net/npm/graphql-playground-react/build/favicon.png
wget http://cdn.jsdelivr.net/npm/graphql-playground-react/build/static/js/middleware.js
sed -i "s#//cdn.jsdelivr.net/npm/graphql-playground-react/build/static/css/index.css#index.css#g" index.html
sed -i "s#//cdn.jsdelivr.net/npm/graphql-playground-react/build/favicon.png#favicon.png#g" index.html
sed -i "s#//cdn.jsdelivr.net/npm/graphql-playground-react/build/static/js/middleware.js#middleware.js#g" index.html
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