https://github.com/allanchain/passgen
Generate complicated password you will nerver forget using modern web tech! (powered by vault)
https://github.com/allanchain/passgen
password-generator pwa tailwindcss vault vuejs
Last synced: about 2 months ago
JSON representation
Generate complicated password you will nerver forget using modern web tech! (powered by vault)
- Host: GitHub
- URL: https://github.com/allanchain/passgen
- Owner: AllanChain
- Created: 2020-10-18T14:29:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-19T09:23:16.000Z (over 5 years ago)
- Last Synced: 2025-12-08T00:58:26.457Z (6 months ago)
- Topics: password-generator, pwa, tailwindcss, vault, vuejs
- Language: Vue
- Homepage: https://allanchain.github.io/passgen/
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# passgen
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).