# overview-fe **Repository Path**: itnoemo/overview-fe ## Basic Information - **Project Name**: overview-fe - **Description**: IT行业的引路者 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://yincece.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-09 - **Last Updated**: 2024-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [前端主站](http://yincece.com) ### `yarn install` 开发安装依赖 ### `yarn start` 打开 [http://localhost:3000](http://localhost:3000) ### `yarn run build` 打包构建产物 ### `git commit` 代码提交[规范](https://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html) **Type** > - feat:新功能(feature) > - fix:修补bug > - docs:文档(documentation) > - style: 格式(不影响代码运行的变动) > - refactor:重构(即不是新增功能,也不是修改bug的代码变动) > - test:增加测试 > - chore:构建过程或辅助工具的变动