go-captcha 在Vue3中使用样例
English | 中文
npm install
在项目目录中,可以运行:
npm run serve
git clone github.com/wenlng/go-captcha-example
cd go-captcha-example
go mod download
go run main.go
Go Captcha 是一个简洁易用、交互友好、高安全性的 "行为式验证码" Go 库
- Github:https://github.com/wenlng/go-captcha
- Go 示例代码:https://github.com/wenlng/go-captcha-example
- Vue2 的示例代码:https://github.com/wenlng/go-captcha-vue
- React 的示例代码:https://github.com/wenlng/go-captcha-react
- 在线演示:http://47.104.180.148:8081/go_captcha_demo
- 作者网站: http://witkeycode.com
MIT