Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 545 Bytes

index.md

File metadata and controls

25 lines (17 loc) · 545 Bytes

前端知识点汇总

日常收集整理的的前端知识点和面试题。

面试的信心来自于自身扎实的基础,切勿急功近利,好逸恶劳~自勉之。

vitepress

新版本使用vitepres构建,提供预览模式

git clone [email protected]:tangxiangmin/interview.git
cd interview

yarn

# 生成summary.md目录,使用之前旧版本的gitbook格式
yarn catalogue:build  

# vitepress开发和打包
yarn docs:dev
yarn docs:build
yarn docs:serve