本工程主要用于大家学习Cordova + React + Onsenui + Redux如何制作混合应用App, 大家可以自行下载安装,此工程为GPL协议,仅供学习用途,禁止用于任何商业用途。
-
安装nodejs环境
-
npm install -g yarn
-
yarn
- npm start
-
npm run start:ios
-
npm run start:ios:update
-
npm run build:ios
-
npm run start:android
-
npm run start:android:update
-
npm run build:android
-
npm install -g appcenter-cli
-
appcenter login
-
appcenter profile list
appcenter apps list
-
appcenter codepush deployment add -a / Staging appcenter codepush deployment add -a / Production
appcenter codepush deployment list -a /
-
cd releases
-
appcenter codepush release -a richard.jiang-1tvl/NewsApp -c "./platforms/ios/www" -t "*" -d "Production"