# vue3-aj-captcha **Repository Path**: vcon/vue3-aj-captcha ## Basic Information - **Project Name**: vue3-aj-captcha - **Description**: AJ-captcha的vue3前端组件 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2020-12-12 - **Last Updated**: 2023-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-aj-captcha ## 说明 该项目为码云GVP项目 AJ-Captcha[https://gitee.com/anji-plus/captcha] 前端部分。该项目暂未提供vue3版本的组件,本人只好自己改。 ### 使用 将component下的verifition文件夹拷贝至项目中,在项目引入组件即可。参考可看App.vue,详情参数去查看原项目[https://gitee.com/anji-plus/captcha] ### 本地运行 ``` yarn install yarn serve //项目中使用请添加 axios、crypto-js ```