# code_docs **Repository Path**: murphyfei/code_docs ## Basic Information - **Project Name**: code_docs - **Description**: 基于 dumi2 开发的笔记文档,用来存放学习笔记和我遇到的前端问题汇总 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-04-27 - **Last Updated**: 2023-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 编程文档 基于 dumi2 dumi2:[dumi - 为组件研发而生的静态站点框架 (umijs.org)](https://d.umijs.org/) ## 开始 ```bash # 安装依赖 $ npm install # 开发运行 $ npm start # build library source code 打包 $ npm run build # build library source code in watch mode $ npm run build:watch # build docs $ npm run docs:build # check your project for potential problems $ npm run doctor ```