# OmniAccess-Web **Repository Path**: TimSYQQX/omi-access-web ## Basic Information - **Project Name**: OmniAccess-Web - **Description**: Source Code for Omi-Access-Web - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-18 - **Last Updated**: 2024-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue2-js-template ## 1.模板配置项 ``` eslint + commitlint + editorconfig + husky + prettierrc + element-ui ``` ## 2.启动命令 ### 1.启动项目 ``` npm run serve ``` ### 2.打包项目 ``` npm run build ``` ### 3.校验项目 ``` npm run lint ``` ### 4.格式化代码 ``` npm run prettier ``` ### 5.git commit 提交 ``` npm run commit ``` ## 2.模板介绍 ### 1.功能 ``` eslint + commitlint 实现代码提交检验与规范commit提交内容 ```