前端面试题库
- 获取代码
git clone https://github.com/syh-micro-build/mb-front-end-interview.git- 安装依赖
cd mb-front-end-interview
npm run boot- 运行
npm run docs:dev- 打包
npm run docs:build- 打包后预览
npm run docs:preview- 提交代码
git add .
npx cz- 格式化 md 文件
# 检查所有文件
npm run lint
# 格式化所有文件
npm run fix
# 格式化某个文件
npx markdownlint-cli2 src/questions/front-base/3_JavaScript.md --fixbase: ✨ 前端基础 | Front-end basicsruntime: 🛠️ 前端运行环境 | Front-end runtime environmentframe: 🖌️ 前端框架 | Front-end frameworkengineering: ⚙️ 前端工程化 | Front-end engineeringcomponent: 🧩 前端组件库 | Front-end component librarysafety: 🔒 前端安全 | Front-end securityperfomance: ⚡️ 前端性能 | Front-end performancearchitect: 🏗️ 前端架构 | Front-end architecturealgorithms: 📚 数据结构及算法 | Data structures and algorithmsnewest: 🚀 前端最前沿 | Cutting-edge front-endcomputer: 🖥️ 计算机基础 | Computer fundamentalsai: 🤖 人工智能 | Artificial intelligenceweb3: 🌐 Web3 | Web3 technologiesstyle: 💄 代码格式 | Code style changesrefactor: ♻️ 代码重构 | Code refactoringfix: 🐛 修复缺陷 | Bug fixci: 🎡 持续集成 | Continuous Integrationserver: 🖥️ 服务端 | Servertest: ✅ 测试 | Testsdocs: 📝 文档更新 | Documentation only changes'
粘贴图片按键:
windows Ctrl+Alt+V
Mac Cmd+Alt+V