Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 423 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 423 Bytes

🤔 编程好名生成器

基于 Vue + ElementUI 的轻应用,解决取名难题!

在线使用:https://good-name.liyupi.com


实现原理

参考这篇文章:


欢迎贡献

在 src/data/index.js 补充字典即可


快速启动

本地安装

yarn install

本地运行

yarn serve

打包发布

yarn build

校验代码

yarn lint