vulcan js 开源工具方便快速开发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)

运行之后的参考例子

参考架构图

参考资料

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

猜你喜欢

转载自www.cnblogs.com/rongfengliang/p/9572799.html