# blog **Repository Path**: CHEN____PENGFEI/blog ## Basic Information - **Project Name**: blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-27 - **Last Updated**: 2021-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myblog ## 本博客采用vue、element-ui、express、MongoDB开发 ## 安装依赖 ``` npm install ``` ### 运行项目 ``` npm run serve ``` ### 打包 ``` npm run build ```