Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.06 KB

changelog.md

File metadata and controls

36 lines (24 loc) · 1.06 KB

0.0.1 (2018-11-17)

Features

    npm install --save-dev nativescript-dev-webpack
    npm install
    
    tns run android --bundle --env.uglify --env.aot --env.snapshot
    tns build android --bundle --env.snapshot --release --keyStorePath ~/path/to/keystore --keyStorePassword your-pass --keyStoreAlias your-alias --keyStoreAliasPassword your-alias-pass

    tns run ios --bundle --env.uglify --env.aot 
    tns build ios --bundle --release --forDevice --teamId TEAM_ID
    tns publish ios --ipa ipa-file-path-here
    tns build android|ios --bundle --env.uglify

To build with Ahead-of-Time compilation provide the --env.aot flag:

    $ tns build android|ios --bundle --env.aot

0.0.0 (2018-11-09)

Features