# node-vue-blog **Repository Path**: coder-msc/node-vue-blog ## Basic Information - **Project Name**: node-vue-blog - **Description**: vue+express实现的小博客(已上线) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-17 - **Last Updated**: 2022-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-vue-blog vue+express实现的小博客(原来那个弃坑了~~) [管理端](https://admin.zhangxc.cn) ```js cd admin npm i npm run serve cd admin-server npm i npm run serve ``` [博客端](https://blog.zhangxc.cn/home) ```js cd web npm i npm run serve cd web-server npm i npm run serve ``` 第三方服务需要自行进行配置,修改一下key啊,id啊什么的就好了。 ```js /admin/.env.development 配置github登录重定向地址 /admin/.env.production 配置github登录重定向地址 /server-admin/plugins/githubLogin.js 配置github的id,密钥等 /server-admin/plugins/qiniuConfig.js 配置七牛云的accessKey,secretKey ``` 后台管理第一次使用管理员权限需要配置github第三方登录,登录后即可添加账户。