Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangxiangmin/interview
frontend interview question
https://github.com/tangxiangmin/interview
front-end-development frontend-interview interview interview-questions
Last synced: about 1 month ago
JSON representation
frontend interview question
- Host: GitHub
- URL: https://github.com/tangxiangmin/interview
- Owner: tangxiangmin
- Created: 2018-02-16T13:50:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T03:11:26.000Z (over 1 year ago)
- Last Synced: 2024-07-30T19:14:51.191Z (5 months 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 [email protected]:tangxiangmin/interview.git
cd interviewnpm i
# vitepress开发和打包
npm run dev
npm run build
npm run serve
```