# personal_blog **Repository Path**: desireyang/personal_blog ## Basic Information - **Project Name**: personal_blog - **Description**: 个人博客(Vue+json-server) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-06-21 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # personal_blog > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8089 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test # run json server json-server --watch ./data/db.json ``` ## 启动项目 ### 安装依赖 ``` npm install ``` ### 启动 json-server服务 ``` json-server --watch ./data/db.json ``` #### json-server RESTful api风格的接口 地址 ``` http://localhost:3000 ``` ### 启动项目 localhost:8089 ``` npm run dev ``` ### 注意:Gitee图床接口实现依赖于d-blog项目中的图床接口,使用的话需要启动d-blog后台项目工程