# go-captcha-example-vue **Repository Path**: engunong/go-captcha-example-vue ## Basic Information - **Project Name**: go-captcha-example-vue - **Description**: Vue example of go-captcha - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-18 - **Last Updated**: 2021-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/wenlng/go-captcha) - Go Example Code:[https://github.com/wenlng/go-captcha-example](https://github.com/wenlng/go-captcha-example) - Example Code of Vue:[https://github.com/wenlng/go-captcha-example-vue](https://github.com/wenlng/go-captcha-example-vue) - Example Code of React:[https://github.com/wenlng/go-captcha-example-react](https://github.com/wenlng/go-captcha-example-react) - Online Demo:[http://47.104.180.148:8081/go_captcha_demo](http://47.104.180.148:8081/go_captcha_demo) - Author Website: [http://witkeycode.com](http://witkeycode.com)