# 杉-技术笔记 **Repository Path**: fir834772509/TechnicalNotes ## Basic Information - **Project Name**: 杉-技术笔记 - **Description**: 使用VuePress搭建的技术笔记 - **Primary Language**: HTML - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-14 - **Last Updated**: 2024-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 杉-技术笔记 ## 介绍 使用 VuePress 搭建的技术笔记 ## 软件架构 使用 Vuepress 生成 ## 安装教程 1. 安装[Node.js](https://nodejs.org/zh-cn/) 2. 配置镜像: `npm config set registry https://registry.npm.taobao.org` 3. 安装依赖: `npm install` ## 使用说明 - 本地预览: `npm run dev` - 编译打包: `npm run build` ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request