go-captcha-example-vue
Project setup
npm install
In the project directory, you can run:
Compiles and hot-reloads for development
npm run serve
Start backend
git clone github.com/wenlng/go-captcha-example
cd go-captcha-example
go mod download
go run main.go
go-captcha
Package captcha implements generation and click location verification of image CAPTCHAs.
- Github:https://github.com/wenlng/go-captcha
- Go Example Code:https://github.com/wenlng/go-captcha-example
- Example Code of Vue:https://github.com/wenlng/go-captcha-example-vue
- Example Code of React:https://github.com/wenlng/go-captcha-example-react
- Online Demo:http://47.104.180.148:8081/go_captcha_demo
- Author Website: http://witkeycode.com
LICENSE
MIT