文件名称:graphql-apollo-boilerplate:简单GraphQL,带有Webpack的Apollo后端,ES6,ESLint,热重载,GraphQL架构语言模板
文件大小:10KB
文件格式:ZIP
更新时间:2024-02-20 21:15:08
graphql babel express webpack eslint
graphql-阿波罗锅炉板 简单GraphQL,带有Webpack的Apollo后端,ES6,ESLint,热重载,GraphQL架构语言模板 包括 Webpack 3 Babel(ES6,babel-preset-env) 热装 ESLint w /标准 表达 graphql-tag(支持.graphql文件) 阿波罗 用法 git clone https://github.com/chryb/graphql-apollo-boilerplate cd graphql-apollo-boilerplate # make it to your own rm -rf .git npm install # hot reload npm run dev # build npm run build # build & start npm start # test npm run unit
【文件预览】:
graphql-apollo-boilerplate-master
----.eslintrc.js(752B)
----webpack.config.js(1KB)
----src()
--------connectors()
--------config.js(49B)
--------graphql()
--------index.js(1007B)
----.babelrc(25B)
----LICENSE(1KB)
----test()
--------unit()
----README.md(548B)
----.gitignore(47B)
----.eslintignore(23B)
----package.json(2KB)