# web-notes **Repository Path**: qiufuli/web-notes ## Basic Information - **Project Name**: web-notes - **Description**: 前端知识笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-19 - **Last Updated**: 2023-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 编写说明 前端知识点碎片化整理 安装依赖 ```bash npm i docsify-cli -g ``` 初始化项目 ```bash docsify init ./docs ``` 本地预览 ```bash docsify serve docs ```