# BLOG-网页端 **Repository Path**: moujitx/com.moujitx.myBlog.web ## Basic Information - **Project Name**: BLOG-网页端 - **Description**: BLOG - 网页端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://moujitx.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-27 - **Last Updated**: 2025-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # MyBlog Web ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint yarn prettier ``` ## Release ### Release Only X.Y.Z means {major}.{minor}.{patch} ```bash # Upgrade major versions yarn release major # Upgrade minor version yarn release minor # Upgrade patch version yarn release patch # or yarn release # Upgrade pre-release version yarn release --preRelease alpha yarn release --preRelease beta yarn release --preRelease rc ``` ### Release and Build ```bash # Upgrade patch version and build yarn release && yarn build # Also yarn rab ```