Skip to content

syh-micro-build/mb-front-end-interview

Repository files navigation

mb-front-end-interview

前端面试题库

安装和使用

  • 获取代码
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 --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

2、书写规则

docs

本地图片上传

1、下载

Paste Image

2、使用

粘贴图片按键:

windows Ctrl+Alt+V

Mac Cmd+Alt+V

Releases

No releases published

Packages

No packages published