Skip to content

Instantly share code, notes, and snippets.

@vikbert
Last active April 8, 2018 16:18
Show Gist options
  • Select an option

  • Save vikbert/79e5b847d4f50f89363c9f6ef6d99ffe to your computer and use it in GitHub Desktop.

Select an option

Save vikbert/79e5b847d4f50f89363c9f6ef6d99ffe to your computer and use it in GitHub Desktop.
[weex] weex vuejs mobile app dev #weex, #vuejs

set up dev env. for weex

// update brew and node
brew update; and brew upgrade node

// install toolkit
yarn global add weex-toolkit

Vuejs Resource

Error Handling bei Installation

Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is dow

cd ~/sites/mobile/weex/demo1/platforms/ios

pod repo remove master
pod install
cd ~/.cocoapods/repos/master
git pull

brew install ruby
gem install cocoapods

cd ~/sites/mobile/weex/demo1/platforms/ios
pod update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment