https://github.com/tangxiangmin/interview
frontend interview question
https://github.com/tangxiangmin/interview
front-end-development frontend-interview interview interview-questions
Last synced: 11 months ago
JSON representation
frontend interview question
- Host: GitHub
- URL: https://github.com/tangxiangmin/interview
- Owner: tangxiangmin
- Created: 2018-02-16T13:50:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T03:11:26.000Z (about 3 years ago)
- Last Synced: 2024-07-30T19:14:51.191Z (almost 2 years ago)
- Topics: front-end-development, frontend-interview, interview, interview-questions
- Language: JavaScript
- Size: 1.13 MB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
前端知识点汇总
====
日常收集整理的的前端知识点和面试题。
面试的信心来自于自身扎实的基础,切勿急功近利,好逸恶劳~自勉之。
碎片化的知识学得快,忘得也快。
## gitbook
新版本使用`vitepres`构建,提供[预览模式](https://tangxiangmin.github.io/interview/index.html)
```
git clone git@github.com:tangxiangmin/interview.git
cd interview
npm i
# vitepress开发和打包
npm run dev
npm run build
npm run serve
```