대윤계기산업(주) 단위수량 앱
- Download the installer for Node.js 6 or greater.
- Install the ionic CLI globally:
npm install -g ionic - Clone this repository:
git clone https://github.com/ionic-team/ionic-conference-app.git. - Run
npm installfrom the project root. - Run
ionic servein a terminal from the project root. - Profit. 🎉
Note: See How to Prevent Permissions Errors if you are running into issues when trying to install packages globally.
- Un-comment these lines
- Run
npm run ionic:build --prod - Push the
wwwfolder to your hosting service
- Run
ionic cordova run android --prod
- Run
ionic cordova run ios --prod
- ionic cordova build android --prod --release --versionCode={number}
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore dys.keystore app-release-unsigned.apk dys
- zipalign -v 4 app-release-unsigned.apk signed.apk