# webauthn-web **Repository Path**: jichenstudy/webauthn-web ## Basic Information - **Project Name**: webauthn-web - **Description**: webauthn 案例前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-30 - **Last Updated**: 2024-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webauthn-web ## 安装依赖 ``` npm install ``` ### 项目启动 ``` npm run serve ``` ### 项目打包 ``` npm run build ```