# blog **Repository Path**: Qianrenni/blog ## Basic Information - **Project Name**: blog - **Description**: Vue博客前端,支持静态页面,markdown文档展示,多种课程介绍 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-17 - **Last Updated**: 2025-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myblog ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). # 远程更新 ```shell scp -r dist/* root@1.95.141.194:/usr/share/nginx/html/ ```