An open API service indexing awesome lists of open source software.

https://github.com/mwumli/flowerpassword-pwa

一种简单的密码管理方法
https://github.com/mwumli/flowerpassword-pwa

flowerpassword pwa

Last synced: 3 months ago
JSON representation

一种简单的密码管理方法

Awesome Lists containing this project

README

        

# flowerpassword-pwa-vue

> [flowerpassword.com](https://flowerpassword.com/) 的 PWA 版本

“花密”提供一种简单的密码管理方法,你只需要记住一个“记忆密码”,为不同的账号设置不同的“区分代号”,然后通过花密计算就可以得到对应的不同的复杂密码。

![usage](https://file.kisexu.com/fp/img/index-intro.gif)

## Build Setup

``` bash
# 安装依赖
npm install

# 开发环境(热加载)
npm run dev

# 生产环境构建
npm run build

# 部署到 gh-pages
npm run deploy
```