vulcanjs 开源工具方便快速开发react graphql meteor 应用

vulcan 开源工具方便快速开发react graphql meteor 应用

操作环境mac os

安装

  • meteor 安装(此安装有点慢,可以通过正确上网解决)
curl https://install.meteor.com/ | sh

成功界面

  • clone starer
git clone https://github.com/VulcanJS/Vulcan-Starter.git

安装依赖&&运行

  • 安装依赖
yarn
  • 运行

    有点慢,还是有点复杂

yarn start
或者使用 meteor --settings sample_settings.json 会进行一些依赖的下载(mongodb meteor-tools)

运行之后的参考例子

graphql 接口

参考架构图

问题

因为babel 的升级,会有问题,还好在运行的时候会有提示,具体参考https://github.com/meteor/meteor/blob/master/History.md

参考资料

http://docs.vulcanjs.org/index.html
https://www.meteor.com/install
https://github.com/VulcanJS/Vulcan-Starter
https://github.com/meteor/meteor/blob/master/History.md

posted on 2018-09-02 09:46  荣锋亮  阅读(567)  评论(0编辑  收藏  举报

导航