为PC端 iPassword 定制的App,需要搭配一起使用
- 支持从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