当前位置: 首页 > 软件库 > 手机/移动开发 > >

nativescript-app-environment

授权协议 Readme
开发语言 JavaScript TypeScript
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 赏彭薄
操作系统 iOS
开源组织
适用人群 未知
 软件概览

nativescript-app-environment

Add environment variables into your app from the nativescript-cli

Creates app/environment.json from the nativescript-cli command via argv --env.app

Install

tns plugin add nativescript-app-environment

Usage

  • Set production mode in tns run:

    tns run android --env.app.prod

    This will create environment.json with this content:

    { prod: true }
  • in app

    const { environment } = require('./environment.json');
    
    console.log(environment);
  • Inspired by nativescript-hook-debug-production

  • 关于RN生成APK的步骤,相信大家一定能用上。话不多说,直接开始: 该过程会用到工具 `keytool` 产生签名的key 注:在产生的时候需要提供密钥和存储密码,后续会用到,请先保存好 keytool -genkey -v -keystore my-release-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validi

  • 创建项目 使用react native cli创建项目 npx react-native init AwesomeProject 环境配置 默认最近的安装所需要的环境: node 14及其以上 openJDK 11及其以上 配置环境变量 jdk 新建变量 JAVA_HOME:D:\Program Files\Java\jdk-11.0.1 然后在path里面加入 %JAVA_HOME%\bi

 相关资料
  • NativeScript HealthCare App NativeScript Angular app template for an example healthcare scenario. Demonstrates a beautiful login screen, registration screen, custom form validation and animations, as

  • NativeScript Task App This repository demonstrates an example task management application built with NativeScript Angular. Technologies NativeScript Angular RxJS / NgRx (State / Effects / Actions / Re

  • NativeScript Icon Shortcuts plugin Supported platforms iPhone 6s / 6s Plus or newer, running iOS 9 or newer. Android 7.1 (API level 25) or newer. Installation From the command prompt go to your app's

  • NativeScript AppSync plugin A live-update service for your NativeScript apps! �� NOTE: NativeScript AppSync is currently in beta and is not supported by the core NativeScript team. AppSync is based on

  • NativeScript App Templates App templates help you jump start your native cross-platform apps with built-in UI elements and best practices. Save time writing boilerplate code over and over again when y

  • cd json-serverjson-server --watch db.json -d 2000tns run android --emulator