# vue-face-tracking-test **Repository Path**: e4glet/vue-face-tracking-test ## Basic Information - **Project Name**: vue-face-tracking-test - **Description**: 人脸面部检测Vue组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-10 - **Last Updated**: 2025-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 实时人脸检测Vue开源组件 ## 项目版本 1. Node v18.19.0 ## 参考官网地址 https://trackingjs.com/ 面部识别参考代码文档:https://trackingjs.com/docs.html#web-components ## 初始化项目 ``` npm install ``` ### 编译热启动 ``` npm run serve ``` ### 编辑生产文件模式 ``` npm run build ``` ### e4glet