# go-blog-vue **Repository Path**: charent/go-blog-vue ## Basic Information - **Project Name**: go-blog-vue - **Description**: VUE编写的博客前端 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-05 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-blog-vue ## 安装项目依赖 ``` yarn install ``` ### 启动服务(开发模型) ``` yarn serve ``` ### 启动服务(生产模式) ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### 用户设置 See [Configuration Reference](https://cli.vuejs.org/config/).