# KnowledgeInterview **Repository Path**: pengtaocc/KnowledgeInterview ## Basic Information - **Project Name**: KnowledgeInterview - **Description**: 前端笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前端笔记 链接:http://148.70.47.125:9003/ @author: lkt,lxh ## vuepress全局安装 如果你只是想尝试一下 VuePress,你可以全局安装它: ``` # 安装 yarn global add vuepress # 或者:npm install -g vuepress # 创建项目目录 mkdir vuepress-starter && cd vuepress-starter # 新建一个 markdown 文件 echo '# Hello VuePress!' > README.md # 开始写作 vuepress dev . # 构建静态文件 vuepress build . ``` ## 项目启动: ```js git clone git@github.com:Nonentityboy/KnowledgeInterview.git # 项目本地启动 npm run dev # build npm run build ``` ## 参考 [支付宝前端九部(强推!)](https://www.yuque.com/fe9/basic) [conardli算法](http://www.conardli.top/docs/) [神三元博客](http://47.98.159.95/my_blog/nav/) [神三元算法](http://47.98.159.95/leetcode-js/) [cyc计算机基础、Java](https://cyc2018.github.io/CS-Notes/#/) [yck前端面试之道](https://yuchengkai.cn) [前端技术清单](https://www.alienzhou.com/projects/frontend-tech-list/) [前端精度周刊公众号](https://github.com/dt-fe/weekly) [azl大佬,leetcode+前端知识图谱](https://github.com/azl397985856) [木易杨前端进阶](https://muyiy.cn) [conardli博客](http://www.conardli.top/blog) [前端面试与进阶指南(配合职业规划,面试指导)](https://www.cxymsg.com) [JavaScript开发者应懂的33个概念](https://github.com/stephentian/33-js-concepts) [冴羽的博客](https://github.com/mqyqingfeng/Blog) [掘金小册](https://juejin.im/books) [how-javascript-works](https://github.com/Troland/how-javascript-works) [Nodejs技术栈](https://github.com/Q-Angelo/Nodejs-Roadmap) [30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code)