https://github.com/moeyua/utools-random-password
轻松生成随机密码
https://github.com/moeyua/utools-random-password
password random random-password
Last synced: 10 months ago
JSON representation
轻松生成随机密码
- Host: GitHub
- URL: https://github.com/moeyua/utools-random-password
- Owner: moeyua
- Created: 2021-07-13T09:10:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T07:22:34.000Z (over 2 years ago)
- Last Synced: 2024-12-18T02:24:27.736Z (about 1 year ago)
- Topics: password, random, random-password
- Language: Vue
- Homepage: https://Moeyua.github.io/random-password/
- Size: 1.82 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random-password
能够简单的生成随机密码
- 目前特殊符号支持 "~", "!", "@", "#", "$", "%", "^", "&", "*", "?", "_", "-"
## 预览插件

## 插件使用
1. 下载并安装[utools](https://u.tools/)
2. 在插件中心搜索【随机密码】并下载,或者在[random-password](https://github.com/Moeyua/random-password/releases)下载安装包
3. 将文件拖入到主窗口安装插件
4. 启用插件
5. 通过关键字["密码", "随机", "password", "random", "pwd"]快速启动
## web使用(通过浏览器直接使用)
https://moeyua.github.io/random-password/
## utoos plugin
- utools版本在utools-plugin分支
- vue.config.js中的publicPath为`./`
- ~~ 将utools文件夹中的文件在打包后复制一份到dist根目录,并在修改后及时备份 ~~
- utools的配置文件会自动打包进dist目录
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).