Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

前端知识点汇总
====

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

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

碎片化的知识学得快,忘得也快。
## gitbook

新版本使用`vitepres`构建,提供[预览模式](https://tangxiangmin.github.io/interview/index.html)

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

npm i

# vitepress开发和打包
npm run dev
npm run build
npm run serve
```