您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 年前
8 年前
8 年前
1234567891011121314151617181920212223242526
  1. > LessPass Cordova App for [lesspass.com](https://lesspass.com)
  2. ## Requirements
  3. * Cordova (`npm install -g cordova`)
  4. ## Check everything ok
  5. cordova requirements
  6. ## Test
  7. cordova run android
  8. ## Build Release
  9. cordova build --release -- --keystore=~/Android/lesspass.keystore --storePassword=... --alias=lesspass --password=...
  10. ## License
  11. This project is licensed under the terms of the GNU GPLv3.
  12. ## Issues
  13. report issues on [LessPass project](https://github.com/lesspass/lesspass/issues)