# interview-doc **Repository Path**: coderweiwei/interview-doc ## Basic Information - **Project Name**: interview-doc - **Description**: 前端笔记文档 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-02 - **Last Updated**: 2025-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # interview-doc #### 介绍 常用笔记文档整理 ## project setup ```bash pnpm install ``` ### compiles and hot-reloads for development ```bash pnpm run dev ``` ### compiles and minifies for production ```bash pnpm run serve ```