Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 972 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 972 Bytes

iPasswordApp

为PC端 iPassword 定制的App,需要搭配一起使用

截图

Capture

功能特性

  • 支持从PC端扫描二维码导入以及更新密码列表

运行/打包方法

环境配置

  • 安装 Node.js 环境;

  • 下载项目git clone https://github.com/teshoudong/iPasswordApp.git

  • 进入项目根目录 cd ./iPassword 下,运行 npm install 命令,安装开发依赖库;

    git clone https://github.com/teshoudong/iPasswordApp.git
    cd ./iPasswordApp && npm install

构建及运行

  • 在项目根目录下执行react-native run-ios,会自动运行simulator

  • cmd + D代码改动实时生效

    npm install -g react-native-cli
    react-native run-ios