# docs **Repository Path**: Green_chicken/docs ## Basic Information - **Project Name**: docs - **Description**: 同步 GitHub 文档 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-21 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mb-front-end-interview 前端面试题库 ## 安装和使用 - 获取代码 ```bash git clone https://github.com/syh-micro-build/mb-front-end-interview.git ``` - 安装依赖 ```bash cd mb-front-end-interview npm run boot ``` - 运行 ```bash npm run docs:dev ``` - 打包 ```bash npm run docs:build ``` - 打包后预览 ```bash npm run docs:preview ``` - 提交代码 ```bash git add . npx cz ``` - 格式化 md 文件 ```bash # 检查所有文件 npm run lint # 格式化所有文件 npm run fix # 格式化某个文件 npx markdownlint-cli2 src/questions/front-base/3_JavaScript.md --fix ``` ## Git 贡献提交规范 - `base`: ✨ 前端基础 | Front-end basics - `runtime`: 🛠️ 前端运行环境 | Front-end runtime environment - `frame`: 🖌️ 前端框架 | Front-end framework - `engineering`: ⚙️ 前端工程化 | Front-end engineering - `component`: 🧩 前端组件库 | Front-end component library - `safety`: 🔒 前端安全 | Front-end security - `perfomance`: ⚡️ 前端性能 | Front-end performance - `architect`: 🏗️ 前端架构 | Front-end architecture - `algorithms`: 📚 数据结构及算法 | Data structures and algorithms - `newest`: 🚀 前端最前沿 | Cutting-edge front-end - `computer-base`: 🖥️ 计算机基础 | Computer fundamentals - `ai`: 🤖 人工智能 | Artificial intelligence - `web3`: 🌐 Web3 | Web3 technologies - `style`: 💄 代码格式 | Code style changes - `refactor`: ♻️ 代码重构 | Code refactoring - `fix`: 🐛 修复缺陷 | Bug fix - `ci`: 🎡 持续集成 | Continuous Integration - `server`: 🖥️ 服务端 | Server - `test`: ✅ 测试 | Tests - `docs`: 📝 文档更新 | Documentation only changes' ## markdown ### 1、下载 [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) ### 2、书写规则 [docs](https://www.newverse.wiki/senses/markdownlint/) ## 本地图片上传 ### 1、下载 [Paste Image](https://marketplace.visualstudio.com/items?itemName=mushan.vscode-paste-image) ### 2、使用 > 粘贴图片按键: > > windows Ctrl+Alt+V > > Mac Cmd+Alt+V