remax环境搭建

// remax工程
git clone git@github.com:remaxjs/remax.git
yarn watch

// 软连
cd packages
cd remax
yarn link
cd ../remax-cli
yarn link
cd ../remax-runtime
yarn link
cd ../remax-wechat
yarn link
cd ../remax-one
yarn link
cd ../remax-types
yarn link
cd ../@remax/shared
yarn link
cd ../remax-router
yarn link

// remax demo 工程
git clone git@github.com:remaxjs/examples.git
cd wechat
yarn 
yarn link remax @remax/cli @remax/runtime @remax/wechat @remax/one @remax/types @remax/shared @remax/router
yarn dev