理财师端App
先安装cordova
# install cordova
sudo npm install -g cordova
如果需要在iOS设备上运行,需要安装Xcode;再安装ios-deploy
sudo npm install -g ios-deploy -unsafe-perm=true --allow-root
如果需要在Android设备上运行,需要先安装Android Studio
#install platform cordova platform add [email protected] [email protected] [email protected]
npm install
npm run dev
npm run build
npm run build --report
npm run unit
npm run e2e
npm test
npm run ios
npm run android