# video-platform-front **Repository Path**: lyk614/video-platform-front ## Basic Information - **Project Name**: video-platform-front - **Description**: web视频-前端 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-25 - **Last Updated**: 2025-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # video-platform-front 主要参考://参考文献https://juejin.cn/post/7361614921519054883 参考项目地址: https://github.com/zyronon/douyin.git ### 工程规范: - commitlint/cli - commitizen - husky - lint-staged - prettier - eslint - stylelint - commitlint-config-conventional ### 环境版本锁定: -

Node node: >=18.0.0

-

pnpm pnpm: >=9.0.0

-

React react

-

zustand zutand

-

TypeScript TypeScript

-

Vite Vite

- Ant Designantd组件库 - icon方案react-icons:https://react-icons.github.io/react-icons/search/#q=light - 请求封装:基于fetch封装 - 主题:未完成 ### 提交流程![Git Commit 🚀](https://img.shields.io/badge/Git_Commit-%F0%9F%9A%80-brightgreen.svg): - 1.新建分支。例如:git checkout -b feat/xxx(分支名) - 2.写代码 - 3.git add . - 4.pnpm run commit 并按照提示添加提交备注 - 5.git push origin feat/xxx(分支名)。(有fork仓库的话要先指定远程仓库:git remote add origin https://gitee.com/xxx/xxx.git) - 6.上gitee提交pr请求合并代码 格式有问题请跑:pnpm run format、pnpm run lint:fix