Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 340 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 340 Bytes

vue-apollo-example

apollo-example-frontend

前端项目,基于vue-cli 3,vue-apollo, graphql

npm install or cnpm install or yarn
npm run serve

apollo-example-backend

后端项目,基于node,express,graphql-server-express,数据模拟用的faker

npm install or cnpm install or yarn
npm run dev