# frontend-basic **Repository Path**: svengao/frontend-basic ## Basic Information - **Project Name**: frontend-basic - **Description**: 前端基础知识汇总 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-30 - **Last Updated**: 2021-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前端基础知识汇总 # ![image-20201013102722296](assets/image-20201013102722296.png) ## 示例代码运行 - NodeJS 8.0+ required which can be downloaded from https://nodejs.org/en/ - How to run: ```bash git clone https://github.com/williamhatch/frontend-basic.git cd frontend-basic npm install npx live-server --open=./src ``` ## 思维导图 ![avatar](xmind/interview.jpg) --> this is broken .... ## 常用绘图工具总结 [链接](./doc/绘图工具总结.md) ## Vuepress 使用方法 ```bash npm i vuepress -g npm run vuepress // 开发模式 npm run docs:build // 编译上传 ``` Vuepress 采坑教程 https://www.jb51.net/article/156259.htm 一步一步实现 https://blog.csdn.net/w993263495/article/details/88979087