# New-Myblog **Repository Path**: web_chaser/New-Myblog ## Basic Information - **Project Name**: New-Myblog - **Description**: 个人博客(新版) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-28 - **Last Updated**: 2021-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web_blog ## 安装依赖 ``` npm install ``` ### 编译开发环境 - 热更新 ``` npm run serve ``` ### 打包项目 ``` npm run build ``` ### 检查修复文件 ``` npm run lint ```